|
|
@ -179,7 +179,7 @@ generator_first: False # whether to start updating generator first
|
|
|
|
# OTHER TRAINING SETTING #
|
|
|
|
# OTHER TRAINING SETTING #
|
|
|
|
##########################################################
|
|
|
|
##########################################################
|
|
|
|
num_snapshots: 10 # max number of snapshots to keep while training
|
|
|
|
num_snapshots: 10 # max number of snapshots to keep while training
|
|
|
|
train_max_steps: 350000 # Number of training steps. == total_iters / ngpus, total_iters = 1000000
|
|
|
|
max_epoch: 1000 # Number of training epochs.
|
|
|
|
save_interval_steps: 1000 # Interval steps to save checkpoint.
|
|
|
|
save_interval_steps: 1000 # Interval steps to save checkpoint.
|
|
|
|
eval_interval_steps: 250 # Interval steps to evaluate the network.
|
|
|
|
eval_interval_steps: 250 # Interval steps to evaluate the network.
|
|
|
|
seed: 777 # random seed number
|
|
|
|
seed: 777 # random seed number
|
|
|
|