hotfix exp

This commit is contained in:
Zangwei Zheng 2024-04-19 18:15:06 +08:00
parent 74aade586a
commit f6574f1509

View file

@ -229,7 +229,6 @@ def main():
) as pbar:
for step, batch in pbar:
x = batch.pop("video").to(device, dtype) # [B, C, T, H, W]
print(x.shape)
y = batch.pop("text")
# Visual and text encoding
with torch.no_grad():