sbwww / CycleGAN-Music-Genre-Transfer-PyTorch

1 stars 0 forks source link

How to train Classifier? #1

Open xinxinye000 opened 3 weeks ago

xinxinye000 commented 3 weeks ago

First of all, thank you for writing pytorch for the music style migration project. I can train cyclegan normally, but when I start to train Classifier as mentioned in the paper, it seems that the code does not have this part of the code. Am I looking forward to your reply?

sbwww commented 3 weeks ago

First of all, sorry, I'm not able to fix this issue by now. Nevertheless, I have some thoughts.

  1. The classifier is not a part of CycleGAN, just a evaluator.
  2. I hope that the original repo might help https://github.com/sumuzhao/CycleGAN-Music-Style-Transfer/blob/48815541dcd35d9d99de93450cb68189282378b6/main.py#L66-L68
  3. Feel free to fork and open a PR after you fix this.
xinxinye000 commented 3 weeks ago

First of all, sorry, I'm not able to fix this issue by now. Nevertheless, I have some thoughts.

  1. The classifier is not a part of CycleGAN, just a evaluator.
  2. I hope that the original repo might help https://github.com/sumuzhao/CycleGAN-Music-Style-Transfer/blob/48815541dcd35d9d99de93450cb68189282378b6/main.py#L66-L68
  3. Feel free to fork and open a PR after you fix this.

Thank you for your reply and suggestions. I'll consider it as suggested.