mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-05-21 11:59:01 +02:00
minor fix
This commit is contained in:
parent
ba65d369db
commit
a6bdabe286
|
|
@ -171,7 +171,7 @@ class VariableVideoTextDataset(VideoTextDataset):
|
|||
# repeat
|
||||
video = image.unsqueeze(0)
|
||||
|
||||
# # TCHW -> CTHW
|
||||
# TCHW -> CTHW
|
||||
video = video.permute(1, 0, 2, 3)
|
||||
ret = {
|
||||
"video": video,
|
||||
|
|
|
|||
Loading…
Reference in a new issue