c-rnn-gan icon indicating copy to clipboard operation
c-rnn-gan copied to clipboard

Implementation of C-RNN-GAN.

Results 6 c-rnn-gan issues
Sort by recently updated
recently updated
newest added

how to let the code use pretrained model i already have

I have this issue in: print("Epoch: {} Pretraining loss: G: {:.3f}".format(i, train_g_loss)) What I shoud do?

I am trying to run the code with Tensorflow 1.15.0 but I am having issues. Could you please let me know what version of tensorflow are you using here?

Thank you very much for sharing. I am a student who has just come into contact with music generation. I found that the code seems to only train the network...

Thanks for the project. I wonder if the model will collapse just like DCGAN?