"vscode:/vscode.git/clone" did not exist on "68af8a99e147cb5b00f5b78cbdebda4b84106ae4"
update the calculation of num_batches_per_epoch
the number of batches per epoch also depends on the number of gpus. it should be `num_batches_per_epoch = (cifar10.NUM_EXAMPLES_PER_EPOCH_FOR_TRAIN / FLAGS.batch_size / FLAGS.num_gpus)`
Showing
Please register or sign in to comment