Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There aren't models documents that contains the jointnlu-encoder.pkl and jointnlu-decoder.pkl model #6

Open
AlexNLP opened this issue Aug 30, 2022 · 1 comment

Comments

@AlexNLP
Copy link

AlexNLP commented Aug 30, 2022

FileNotFoundError: [Errno 2] No such file or directory: 'models/jointnlu-encoder.pkl'****
FileNotFoundError: [Errno 2] No such file or directory: 'models/jointnlu-decoder.pkl'****

There aren't models documents that contains the jointnlu-encoder.pkl and jointnlu-decoder.pkl model, could you give me a solution?

@zwfya
Copy link

zwfya commented Jul 22, 2023

The file you mentioned is used to save the state of the trained model, which is generated by train.py. You can look at train.py to see the steps to save the model state. If you are running with jupyter notebook, just delete those two lines of code. The jupyter notebook files are just copies of data.py, train.py and test.py, and the authors don't think about how to run them in jupyter notebook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants