mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-12 05:46:22 +02:00
[fix] time list
This commit is contained in:
parent
7aa940f20d
commit
ba65d369db
|
|
@ -248,6 +248,7 @@ def main():
|
|||
with Timer("move data") as move_data_t:
|
||||
x = batch.pop("video").to(device, dtype) # [B, C, T, H, W]
|
||||
y = batch.pop("text")
|
||||
timer_list.append(move_data_t)
|
||||
|
||||
# == visual and text encoding ==
|
||||
with Timer("encode") as encode_t:
|
||||
|
|
|
|||
Loading…
Reference in a new issue