Open emeraldlemon opened 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,
Hello, may I ask if there is any problem with mini_batch_size=512? Is mini_batch_size=1 optimal?