You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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()
The text was updated successfully, but these errors were encountered: