sumuzhao / CycleGAN-Music-Style-Transfer-Refactorization

Symbolic Music Genre Transfer with CycleGAN - Refactorization
MIT License
34 stars 16 forks source link

how should I do in my first step #1

Open kittykung85 opened 4 years ago

kittykung85 commented 4 years ago

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' When I use (2), it takes only a little time, is it correct? Thanks a lot! Hope to here you soon!

sumuzhao commented 4 years ago

Hi, I think you can refer to CycleGAN-Music-Style-Transfer. There are very detailed instructions and necessary notes. Good luck.