- Change API under the hood to make it more object-oriented
- store all utilities inside a
PESTO
object that is a subclass ofnn.Module
- make the API compatible with the checkpoints generated by the training repo
- store all utilities inside a
- add tests
- replace
setup.py
bypyproject.toml
- fix a few issues
- improve README and documentation
- solve issue when exporting in PNG
- solve device issue when changing sampling rate (#17)
Initial version