danielwatson6 / skip-thoughts

Simple TensorFlow implementation of skip-thought vectors
Do What The F*ck You Want To Public License
11 stars 4 forks source link

Add epoch handling to training script #12

Open caprone opened 6 years ago

caprone commented 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

danielwatson6 commented 4 years ago

@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 :)