MiuLab / SlotGated-SLU

Slot-Gated Modeling for Joint Slot Filling and Intent Prediction
303 stars 108 forks source link

Reload saved model caused performance drop by more than 3 percent #5

Open wenhuchen opened 5 years ago

wenhuchen commented 5 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?