Closed sam-motamed closed 10 months ago
I guess this is due to the training video size mismatch. Would be great to add an auto-resize for this. I might do :)
Hi @sam-motamed ! I'm training with webvid2M, and meet same err! Could you please tell me how to fix it?
Traceback (most recent call last):
File "/root/paddlejob/workspace/xiaojunrui/SVDLCM/train_svd.py", line 1014, in
Are you using a single video / caption setting? How are you using webvid2M
Are you using a single video / caption setting? How are you using webvid2M yes, I write a csv file as "video path, caption"
I have solved this problem! Thanks
@JunruiXiao Hi, I met the same 'size mismatch' problem. Could you tell me how you solve it? Thanks.
@inspirelt What is the resolution of your training data set to? The VAE encoder will downsample the width or height by a factor of 8, so it is recommended to set the resolution to a multiple of 8.
Thanks. I resolved it by specify an proper resolution.
@inspirelt What is the resolution of your training data set to? The VAE encoder will downsample the width or height by a factor of 8, so it is recommended to set the resolution to a multiple of 8.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
Thank you for sharing train SVD. I am trying to run it using a single video / caption. I have reduced num_frames in train_svd.yaml file to 2 in order to save VRAM. However, I am getting the following tensor mismatch. Any idea what is going wrong?