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
simple test to see if speechbrain is installed correctly.
import speechbrain as sb # success
from speechbrain.dataio.dataio import read_audio # success
# The following three lines fail. The VS Code editor shows red underlines .
from speechbrain.inference import EncoderDecoderASR
from speechbrain.inference import EncoderDecoderASR
from speechbrain.dataio.preprocess import AudioNormalizer
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
simple test to see if speechbrain is installed correctly.
Screen grab:

Installed fallowing the https://speechbrain.readthedocs.io/en/latest/installation.html#quick-installation
Python 3.10.12
speechbrain-1.0.2 installed.
Beta Was this translation helpful? Give feedback.
All reactions