- Pretrained model can be use
- Groovae 4bar config is used
- The dataset of Groovae 4bar is downloaded using
tsds_name
argument inconfig.py
- You can deploy and use this program everywhere as long as docker is installed
- The output of this program is 4 (four) .mid files created by MusicVAE model
- Clone this repository
- Make sure you have docker installed
- Build the image named
pormagenta
(maybe you need to wait for few minutes)docker build -t pormagenta .
- Run the image
docker run --rm -ti -v $PWD/results:/home/results pormagenta