Sxjdwang / TalkLip

405 stars 36 forks source link

Runtime error with long videos >30s #20

Closed crankyz closed 1 year ago

crankyz commented 1 year 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 1 year 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 1 year ago

Thank for answer, solution in #13 helped.