AugmentedNet
AugmentedNet copied to clipboard
A Roman Numeral Analysis Network with Synthetic Training Examples and Additional Tonal Tasks
Several errors ensue when trying to install all packages with Python versions 3.11 and 3.12. Packages that caused particular problems include: -`h5py` and its dependent version of `numpy` using Python...
This `requirements.txt` is a minimal set of required packages to run inferences with ```shell $ python -m venv ./venv $ source ./venv/bin/activate $ pip install -r requirements.txt $ python -m...
Adds a new texturization pattern in `texturizers.py`. Creates an auxiliary note from a quater note / half note long chords.
Add a setup.py file to the repo. It allows people to install AugmentedNet by simply running ``` pip install git+https://github.com/napulen/AugmentedNet ``` Of course, this also comes with a better integration...
Picking up from https://github.com/MarkGotham/When-in-Rome/pull/47, I think here are two rntxt issues appropriate for reporting here. 1. Augmentednet uses an explicit `/i` designation to indicate mixture into major. I quite like...
The measure and beat information cannot be reliably obtained from the original score. Sometimes chords and voices will throw arbitrary beat numbers that are not related to the ones seen...
Hasn't been updated since `v1.3.0`. Hopefully, most of it can be taken from the release announcements.
Probably an error message/warning is need here.
Currently, a lot of things show up in the console: - `tf`-related logs - Intermediate rntxt files - Other logging information Ideally, everything the standalone scripts provide to the user...
They used to be always `0.0`, which means the chordtones-nonchordtones, bass, and alignment are always consistent between the content of the synthetic scores and the annotations (as they should). Recently,...