chathasphere / pno-ai

Music Transformer Sequence Generation in Pytorch
MIT License
102 stars 29 forks source link

no such file: saved_models/model.yaml #33

Closed iaspisw closed 3 years ago

iaspisw commented 4 years ago

After running run.py and generate.py, it gave me the result that ‘no such file: saved_models/model.yaml’ I am doing research on the google magenta project (optimize the music transformer), your codes are valuable and useful for my research, so please help me to solve this problem.

chathasphere commented 3 years ago

I'm sorry for getting around to this so late!

I have not uploaded an already-trained model into this repo, so you'll have to train your own and save any hyper-parameters you use to a model.yaml file. Not the most elegant solution, but if I revisit this project I will document this part more clearly.