onejiin / CycleGAN-VC2

CycleGAN-VC2: Improved CycleGAN-based Non-parallel Voice Conversion
MIT License
41 stars 7 forks source link

about batch size #2

Open emeraldlemon opened 5 years ago

emeraldlemon commented 5 years ago

Hello, may I ask if there is any problem with mini_batch_size=512? Is mini_batch_size=1 optimal?

onejiin commented 5 years ago

Hi, My code is based on leimao/Voice_Converter_CycleGAN. His code says that mini_batch_size=1 is better (https://github.com/leimao/Voice_Converter_CycleGAN/blob/ca4d90dee4101cead5c0cd9e8aa271def7a03ae4/train.py#L16)

So I didn't modify the batch_size. If you want to change mini_batch_size=512, please do so. And if you ask for a PR with a changed argument, I will reflect it.

Best,