Sxjdwang / TalkLip

373 stars 34 forks source link

Runtime error with long videos >30s #20

Closed crankyz closed 11 months ago

crankyz commented 11 months ago

With short one everything is ok, but more than ~20s got an error: Video - 480x840 30fps Windows 11, 1080ti RuntimeError: CUDA out of memory. Tried to allocate 3.29 GiB (GPU 0; 11.00 GiB total capacity; 7.10 GiB already allocated; 1.09 GiB free; 8.36 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation.

Sxjdwang commented 11 months ago

The issue you've described appears to be vague. Please provide the file in which the error occurs and the full traceback. If you're referring to the 'inf_demo.py' file, you may find relevant information in the discussion thread Sxjdwang/TalkLip#13."

crankyz commented 11 months ago

Thank for answer, solution in #13 helped.