mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-05-21 11:59:01 +02:00
hotfix exp
This commit is contained in:
parent
74aade586a
commit
f6574f1509
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue