TFGAN icon indicating copy to clipboard operation
TFGAN copied to clipboard

Any samples from the checkpoint?

Open 121898 opened this issue 3 years ago • 2 comments

Hi, I met two problems when testing your pretrained model "first_e0c8065_1380.pt", 1. If I ran the inference.py directly, some error will happen in the generator:torch.nn.modules.module.ModuleAttributeError: 'Upsample' object has no attribute 'remove_weight_norm'. I solved this by defining an extra function inside the generator. 2. After fixing problem 1, I checked the synthesized audio, clear artifacts can be heard and the quality is quite poor, I am not sure whether this is also your case. But absolutely it's far from the description in the original paper. I attached the audio as follows.

LJ026-0135_reconstructed_epoch1380.wav.zip

Thanks.

121898 avatar Jan 21 '21 09:01 121898

Happens to me too, but I removed the 256 hop_size limitation and made it work with 48KHz.

ZDisket avatar Jan 21 '21 17:01 ZDisket

Happens to me too, but I removed the 256 hop_size limitation and made it work with 48KHz.

Hello, I also encountered this problem, can you send me your modified code to see, my email is [email protected]

qiurui996 avatar Nov 01 '21 01:11 qiurui996