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
I am training the model and have the weights written out to checkpoint. I am not able to load the weights to test the model. Anyone have advice on how to do so?
The text was updated successfully, but these errors were encountered:
Check out train.py file from my implementation of seq2seq model here . My implementation is based on currie's implementation and it is updated to work on latest tensorflow API.It might help.
I am training the model and have the weights written out to checkpoint. I am not able to load the weights to test the model. Anyone have advice on how to do so?
The text was updated successfully, but these errors were encountered: