You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: