AttributeError: 'ModuleDict' object has no attribute 'decoder'

#1
by chrisspen - opened

Attempting to run the example returns the error:

File ".venvs/speechbrain/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1695, in getattr
raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'")
AttributeError: 'ModuleDict' object has no attribute 'decoder'

What is the correct way to load and run the model?

Sign up or log in to comment