LICENSE
README.md
setup.py
src/deepbach_pytorch/Dockerfile
src/deepbach_pytorch/__init__.py
src/deepbach_pytorch/deepBach.py
src/deepbach_pytorch/dl_dataset_and_models.sh
src/deepbach_pytorch/entrypoint.sh
src/deepbach_pytorch/flask_server.py
src/deepbach_pytorch/musescore_flask_server.py
src/deepbach_pytorch/predict.py
src/deepbach_pytorch.egg-info/PKG-INFO
src/deepbach_pytorch.egg-info/SOURCES.txt
src/deepbach_pytorch.egg-info/dependency_links.txt
src/deepbach_pytorch.egg-info/not-zip-safe
src/deepbach_pytorch.egg-info/requires.txt
src/deepbach_pytorch.egg-info/top_level.txt
src/deepbach_pytorch/DatasetManager/__init__.py
src/deepbach_pytorch/DatasetManager/chorale_dataset.py
src/deepbach_pytorch/DatasetManager/dataset_manager.py
src/deepbach_pytorch/DatasetManager/helpers.py
src/deepbach_pytorch/DatasetManager/metadata.py
src/deepbach_pytorch/DatasetManager/music_dataset.py
src/deepbach_pytorch/DeepBach/__init__.py
src/deepbach_pytorch/DeepBach/data_utils.py
src/deepbach_pytorch/DeepBach/helpers.py
src/deepbach_pytorch/DeepBach/metadata.py
src/deepbach_pytorch/DeepBach/model_manager.py
src/deepbach_pytorch/DeepBach/voice_model.py