deeperic

Results 2 issues of deeperic

Hi HamedMP, I have been studying this library and found is very amazing. I trained my own model and I want to make prediction to having a predicted label with...

from: init = tf.initialize_all_variables() to: init = tf.group(tf.initialize_all_variables(), tf.initialize_local_variables()) as stated in: http://stackoverflow.com/questions/38136081/setting-num-epochs-on-tf-train-string-input-producer-produces-an-error