tensorlayer/seq2seq-chatbot

Load n.npz failed!

zhangzhenslamdunk opened this issue · 7 comments

i have this error: Load n.npz failed!
May I know why it is like this?

hi, i can't answer your question basic on what you told me here.

here is the code which print this information:
http://tensorlayer.readthedocs.io/en/latest/_modules/tensorlayer/files.html#load_and_assign_npz

it seems that you don't provide the correct model location to the API.

You can't load the model, unless you already trained the model

thanks, it seems the training takes long, how long does it take?

It takes few hours on Titan X Pascal

i see. thanks!

i can choose to train only using a portion of the cornell data, right? just for testing purpose.