rdadolf / fathom

Reference workloads for modern deep learning methods.
Apache License 2.0
73 stars 21 forks source link

[speech] you should install FFmpeg if you want to run speech workload. #37

Closed linrio closed 6 years ago

linrio commented 6 years ago

If you want to run speech. Maybe you would run python fathom/speech/preproc.py. it may throw error just like no backend error in librosa.load() method.

You should install the FFmpeg tools to fix this bug.

install FFmpeg: How to Install FFmpeg on Ubuntu 18.04 & 16.04

svrama commented 6 years ago

Thanks for pointing out that this was omitted from the documentation.