Skip to content

Commit

Permalink
[docs] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente committed May 30, 2020
1 parent 2d74529 commit 73eec00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ More information in [egs/README.md](./egs).
Asteroid provides pretrained models through the [Asteroid community]() in Zenodo.
Loading a pretrained model is super simple !
```python
from asteroid import ConvTasNet
from asteroid.models import ConvTasNet
model = ConvTasNet.from_pretrained('mpariente/ConvTasNet_WHAM!_sepclean')
```
Have a look at the Zenodo page or at [the model cards](./model_cards) to choose which model you want to load.
Expand Down

0 comments on commit 73eec00

Please sign in to comment.