practical_seq2seq
practical_seq2seq copied to clipboard
Restore last session for training
Hi,
What would be the way to restore session from last training?
I tried the code as below, but it shows the cpkt saving to 1000 instead of the number i have in the cpkt folder.
print('\nRestoring session...') sess = model.restore_last_session() print('\nTraining...') sess = model.train(train_batch_gen, val_batch_gen, sess)
Thanks. Ken
Did you find a solution?
@suriyadeepan Same issue, I have tried everything, but it simple starts from scratch. @kenyeung128 did you find a solution? https://github.com/suriyadeepan/practical_seq2seq/issues/2 Doesn't work