You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank authors for sharing training code of SVD and it works quite well. I just want to give some suggestions to accelerate data loading. First, if you have the original .mp4 or other formats video data, using library decord is much faster than loading video frames iteratively. Second, setting --num_workers to 0 largely improves loading speed for me(I am using 2 40G A100 for training).
Just some small tips and thank authors again.
The text was updated successfully, but these errors were encountered:
Thank you for the great suggestions! I really appreciate you sharing these tips. I will handle these changes in the near future, and if you are interested, you are also very welcome to submit a PR.
Thank authors for sharing training code of SVD and it works quite well. I just want to give some suggestions to accelerate data loading. First, if you have the original
.mp4
or other formats video data, using librarydecord
is much faster than loading video frames iteratively. Second, setting--num_workers
to 0 largely improves loading speed for me(I am using 2 40G A100 for training).Just some small tips and thank authors again.
The text was updated successfully, but these errors were encountered: