CycleGAN-Music-Style-Transfer-Refactorization
CycleGAN-Music-Style-Transfer-Refactorization copied to clipboard
Symbolic Music Genre Transfer with CycleGAN - Refactorization
Line 44~47 in tf2_classifier.py and tf2_model.py, ids and values match wrong
2022-05-05 09:19:01.585125: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1406] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10453 MB memory) -> physical GPU (device: 0, name: NVIDIA GeForce RTX 2060, pci bus id: 0000:07:00.0, compute capability: 7.5) 2022-05-05...
The order in ._make did not match the order of the named tuple. Updated so that labels matched the values.
Ordering of the options was wrong, and this causes issues with shape and training. This change let us start training the model.
bug fix
1. A tiny bug : in file tf2_model.py , from line 35 to 51 . It is obvious that the name and value of the args do not match. An...
I want to adapt your code to account for notes longer than a 16th note. In other words, I want to set the resolution to e.g. 32 or 64 notes...
Hello, I'm interested in this issue, but I have a question here: How should I do for my first step? (1)python tf2_main.py (2)python tf2_main.py --dataset_A_dir='JC_J' --dataset_B_dir='JC_C' --type='cyclegan' --model='base' --sigma_d=0 --phase='train'...