soumik-kanad / diff2lip

Other
321 stars 38 forks source link

when finally write the video,it turn out the index error #28

Closed like-yo closed 3 months ago

like-yo commented 6 months ago

image

soumik-kanad commented 6 months ago

This is a Torchvision problem. Please take a look at this - https://stackoverflow.com/questions/75070838/torch-write-video-throws-indexerror

like-yo commented 6 months ago

oh,thank you,it work.Absolutely i enven solve it by trying to make a silent video first and the use the ffmpeg add the audio😂.At the same time,i have a qustion that I don't need to make any chage but work the code nomally at RTX 4090,but when I turn the code in H800,it turn out the cuda problem,untill i delete the distribute code it can work,and then turn out this torchvision index error😪@soumik-kanad