SlotGated-SLU icon indicating copy to clipboard operation
SlotGated-SLU copied to clipboard

Reload saved model caused performance drop by more than 3 percent

Open wenhuchen opened this issue 5 years ago • 0 comments

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?

wenhuchen avatar Jul 26 '18 23:07 wenhuchen