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
Most probably something is going on with the script, not the VALI itself. E. g. torch does something to CUDA runtime.
The only thing I can recommend you is to simplify your app step by step until you are able to run it and isolate the culprit.
In order to find and fix the VALI bug I need an MVP, not he whole user script.
P. S.
Please don't use PyDecoder.Seek method to shuffle the frames. Seek is costly operation. Just decode Surfaces one by one and shuffle your video list container.
Hi,
I use VALI in a torch training task.
Here's my test code(need to modify the video's url):
It send me an error: VALI/src/TC/src/CudaUtils.cpp:32 CUDA error: CUDA_ERROR_NOT_INITIALIZED initialization error.
How to fix it? Thanks!
The text was updated successfully, but these errors were encountered: