pytorch-StarGAN-VC icon indicating copy to clipboard operation
pytorch-StarGAN-VC copied to clipboard

Fully reproduce the paper of StarGAN-VC. Stable training and Better audio quality .

Results 10 pytorch-StarGAN-VC issues
Sort by recently updated
recently updated
newest added

When I run main.py, I get the following error. Can you tell what is possibly wrong? Traceback (most recent call last): File "main.py", line 93, in main(config) File "main.py", line...

Why the audio "TM3-SF3_iter178000_200005.wav" in samples sound bad. it is the final model result?

Could you please share pretrained model (200K iterations) on google drive?

The number of parameters: 33428 Start training...... /usr/local/lib/python3.7/site-packages/torch/nn/modules/container.py:92: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. input = module(input) Traceback...

According to the original paper, ![image](https://user-images.githubusercontent.com/30494216/80552047-07901800-89f8-11ea-9ee3-019af1772019.png) line 206 and 207 in solver.py should be changed into following: `out_cls = self.C(x_fake)` `g_loss_cls = CELoss(input=out_cls, target=speaker_idx_trg)` so that the g_loss_cls would train...

Hi, nice work there, I just have an additional question. The author of the paper indicated that the inference time can be coded in real-time. But as far as I...

code working fine for tensorflow v2 and fourspeakers directory wasn't used. Instead speakers was used. Made the necessary chnages. The entire code is working fine now.

Hi there, Thanks for the code. I am able to work with the code with 4 speakers in folders Speaker and Speaker_test but if I increase the number of the...