TensorFlowDeepAutoencoder icon indicating copy to clipboard operation
TensorFlowDeepAutoencoder copied to clipboard

Why supervised train times is FLAGS.finetuning_epochs * num_train?

Open wayne83 opened this issue 8 years ago • 0 comments

In the File autoencoder.py line 407, the training times is epochs(which is 56 )*num_train. Why steps of training are those

wayne83 avatar Nov 26 '17 13:11 wayne83