skip to Main Content

torchaudio.io not properly using ffmpeg – Ubuntu

I am following this tutorial about hardware-accelerated gpu encoding/decoding for PyTorch [https://pytorch.org/audio/main/hw_acceleration_tutorial.html], I am encountering an error with the following code: import torch import torchaudio print(torch.__version__) # 1.14.0.dev20221013+cu116 print(torchaudio.__version__) # 0.13.0.dev20221013+cu116 print(torchaudio._extension._FFMPEG_INITIALIZED) # True from torchaudio.io import StreamReader local_src =…

VIEW QUESTION
Back To Top
Search