ZeroSpeech-TTS-without-T icon indicating copy to clipboard operation
ZeroSpeech-TTS-without-T copied to clipboard

A Pytorch implementation for the ZeroSpeech 2019 challenge.

Results 3 ZeroSpeech-TTS-without-T issues
Sort by recently updated
recently updated
newest added

All these one after other? Or only one of them? python3 main.py --train_ae python3 main.py --train_p --load_model --load_train_model_name=model.pth-ae-400000 python3 main.py --train_tgat --load_model --load_train_model_name=model.pth-ae-400000

May I know what is the difference between the voice and unit datasets?

Hi, For training, the step2 '--train_p' and the step3 '--train_tgat' is not the same training process? ` if args.train or args.train_p or args.train_tgat: trainer.add_duo_loader(source_loader, target_loader) trainer.train(model_path, args.flag, mode='patchGAN', target_guided=args.train_tgat) #...