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

argument ‘train_p‘ and 'train_tgat' are the same

Open BeibeiOuyang opened this issue 3 years ago • 0 comments

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) # Stage 2 training trainer.reset_keep()

BeibeiOuyang avatar Sep 28 '20 13:09 BeibeiOuyang