practical_seq2seq icon indicating copy to clipboard operation
practical_seq2seq copied to clipboard

Restore last session for training

Open kenyeung128 opened this issue 7 years ago • 2 comments

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

kenyeung128 avatar Apr 03 '17 04:04 kenyeung128

Did you find a solution?

Jatapiaro avatar May 01 '17 07:05 Jatapiaro

@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

Jatapiaro avatar May 01 '17 10:05 Jatapiaro