Closed
Description
🐛 Bug
from asteroid.filterbanks import STFTFB, Encoder, Decoder
This gets me an error
ModuleNotFoundError: No module named 'asteroid.filterbanks'
When I run this notebook, 01-APIOverview.ipynb.
To Reproduce
from asteroid.filterbanks import STFTFB, Encoder, Decoder
Expected behavior
Environment
Package versions
Run asteroid-versions
and paste the output here:
Asteroid 0.5.2dev
PyTorch 1.9.0+cu102
PyTorch-Lightning 1.3.8
Additional info
#346
This issue is related to the PR : [src] Transition to asteroid_filterbanks(#346)