CycleGAN-Music-Style-Transfer
CycleGAN-Music-Style-Transfer copied to clipboard
Symbolic Music Genre Transfer with CycleGAN
When training your model, you offer the opportunity to save some generated samples every _k_ steps. On some runs, I have a problem with visualizing several samples, mostly the cyclic...
Hi, sumuzhao, i've tried to start training your network with your dataset under the instructions `python` main.py --dataset_A_dir='JC_J' --dataset_B_dir='JC_C' --type='cyclegan' --model='base' --sigma_d=0 `--phase='train'` but things didnot go right. here's what...
Great work! I tried to use your code to reproduce this work from zero. I want to ask some question about data preparation. I used your code midi cleaning, time...
Hey thank you for this amazing code. I have some questions about the code. I'm able to run the code without any errors but the model isn't being trained and...
Can you provide a model that has been trained
I'm currently using the following command in command prompt on a PC to train the models using the split numpy arrays in ascending order as instructed in the data section...
Can you provide your pretrained weights?
Per Testfile.py I've been able to convert a midi file into multiple numpy arrays of shape (64, 84, 1) which I can then run a trained model on. This will...
E:\Users\Raytine\Anaconda3\python.exe F:/voice/CycleGAN-Music-Style-Transfer-master/main.py --dataset_A_dir='data/JC_J' --dataset_B_dir='data/JC_C' --type='cyclegan' --model='base' --sigma_d=0 --phase='train' Traceback (most recent call last): File "F:/voice/CycleGAN-Music-Style-Transfer-master/main.py", line 4, in from model import cyclegan File "F:\voice\CycleGAN-Music-Style-Transfer-master\model.py", line 13, in from metrics import...
I want to add WGAN-GP to stable train in your model,but I don't know how to add GP in two D.