Open caprone opened 6 years ago
HI I do not know well TF, but why You use a infinite loop to train model, without handling the OutOfRangeError issue ?
instead of : "for epoch in range(n):.... ...while True.... ...except tf.errors.OutOfRangeError:...?
thanks
@caprone at the time I developed this, I was stopping the models manually. I am currently not planning to continue developing this repository actively, so contributions are welcome :)
HI I do not know well TF, but why You use a infinite loop to train model, without handling the OutOfRangeError issue ?
instead of : "for epoch in range(n):.... ...while True.... ...except tf.errors.OutOfRangeError:...?
thanks