you can find samples of generated music (selected or random)at https://ryf1123.github.io/
python3
PyTorch
python3 main.py --model "ew"
python3 main.py --model "dd"
python3 main.py --model "hybrid"
Then, trained model will be saved at ./saved_model
python3 main.py --model "ew" --pretrained
Then, the model will generate from the pretrained model, which you can get from this link.
python3 main.py --model "dd" --pretrained
python3 main.py --model "hybrid" --pretrained