You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We know that sess.run(tf.global_variables_initializer()) will initialize all trainable variables, so the model weights you load before are randomly initialized again if I understand correctly, right?
Looking forward to your reply!!!
The text was updated successfully, but these errors were encountered:
It seems that in all your models such as dch.py, dhn.py, you first load model and pretrained model weights and then run global initializer,
We know that
sess.run(tf.global_variables_initializer())
will initialize all trainable variables, so the model weights you load before are randomly initialized again if I understand correctly, right?Looking forward to your reply!!!
The text was updated successfully, but these errors were encountered: