Open wenhuchen opened 6 years ago
Hi,
I tried to reload the whole model by adding
saver.restore(sess, "model/*")
after sess.run(tf.global_variables_initializer()), I notice that every time it restored the model, the performance will be much lower. Could you have a try and explain the possible reasons?
Hi,
I tried to reload the whole model by adding
after sess.run(tf.global_variables_initializer()), I notice that every time it restored the model, the performance will be much lower. Could you have a try and explain the possible reasons?