Skip to content
Snippets Groups Projects
Commit 4b099e7b authored by Alain Riou's avatar Alain Riou
Browse files

version 1.0.0

parent 8dc3badf
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ This repository is implemented in [PyTorch](https://pytorch.org/) and has the fo
- [torchaudio](https://pytorch.org/audio/stable/) for audio loading
- `matplotlib` for exporting pitch predictions as images (optional)
**Warning:** If installing in a clean environment, it may be safer to first install PyTorch [the recommended way](https://pytorch.org/get-started/locally/) before PESTO.
## Usage
### Command-line interface
......
from .core import load_model, predict, predict_from_files
__version__ = '1.1.0'
__version__ = '1.0.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment