chychen/BasketballGAN

I used the following commands to train, but the training time was much longer than expected. How did you train? python Train_Triple.py --folder_path='tmp' --data_path='data'

TQG1997 opened this issue · 2 comments

I used the following commands to train, but the training time was much longer than expected. How did you train? python Train_Triple.py --folder_path='tmp' --data_path='data'

“Then, we train the critic for 5 iterations before training the generator once, and with every 20 epochs we update the critic 10 iterations per generator iteration, as this strategy keeps the critic remaining strong. We stop the training process when the critics start overfitting.”
Are these operations done in train.py?