Ganesh Anand
Ganesh Anand
### 🐛 Describe the bug I set the backend as CUDA. I have compiled torchvision master from source with ffmpeg 4.2.9 with nvenc. ```python import torchvision torchvision.set_video_backend("cuda") ``` in my...
The Dockerfile in master doesn't work. ```bash /decord/src/video/ffmpeg/threaded_decoder.cc: In member function 'void decord::ffmpeg::FFMPEGThreadedDecoder::WorkerThread()': /decord/src/video/ffmpeg/threaded_decoder.cc:176:26: warning: catching polymorphic type 'struct dmlc::Error' by value [-Wcatch-value=] 176 | } catch (dmlc::Error error) {...