StyleNet
StyleNet copied to clipboard
A cute multi-layer LSTM that can perform like a human 🎶
please mention the versions which you used to import packages such as python, numpy, tensorflow....
After quantizing and converting midi files to npy using generate_audio.ipynb, I try to start training but data_utils cannot reshape my data into the appropriate shape for training. I believe that...
Is there a lack of parentheses in the 165 line of model.py: `tf.summary.scalar("Average error", self.jazz_loss+self.classical_loss/2)` should it be like: `tf.summary.scalar("Average error", (self.jazz_loss+self.classical_loss)/2)`
when I try to run this project, there is a problem that the data is zero. and i find a prblem in the code : in main.py the 126 line...