nslt
nslt copied to clipboard
Pre-trained model
Hi, Thanks for the great work! Would it please be possible to share a trained model that we can run evaluation on? I do not have the resources to train a model. Thanks.
@sxs4337 were you able to get your hands on the trained model ?
no
The folder BestModel, has the link to download a checkpoint data which can be loaded into the model but after some trial and error I found out that the checkpoint data is missing a file called checkpoint
which is a protocol buffer containing recent checkpoint data. The issue #24 that I have raised is about that.
The folder BestModel, has the link to download a checkpoint data which can be loaded into the model but after some trial and error I found out that the checkpoint data is missing a file called
checkpoint
which is a protocol buffer containing recent checkpoint data. The issue #24 that I have raised is about that.
Thank you for the checkout file, but I still got an error with the content "NotFoundError (see above for traceback): Key dynamic_seq2seq/decoder/multi_rnn_cell/cell_0/basic_lstm_cell/bias not found in checkpoint" I don’t know if you have any ideas?