We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to evaluate the pre-trained model on WikiSQL, but the instructions in the README seem to be outdated. What I've tried to do is run
python3 train.py --trained
after uncommenting lines 657-664 in train.py. But I get:
train.py
FileNotFoundError: [Errno 2] No such file or directory: './data_and_model/test_tok.jsonl'
I'm not sure where to get the test_tok.jsonl file.
test_tok.jsonl
The text was updated successfully, but these errors were encountered:
I'm trying to evaluate the pre-trained model on WikiSQL, but the instructions in the README seem to be outdated. What I've tried to do is run python3 train.py --trained after uncommenting lines 657-664 in train.py. But I get: FileNotFoundError: [Errno 2] No such file or directory: './data_and_model/test_tok.jsonl' I'm not sure where to get the test_tok.jsonl file.
You can find someone else ask the same question in the history:#4
Sorry, something went wrong.
No branches or pull requests
I'm trying to evaluate the pre-trained model on WikiSQL, but the instructions in the README seem to be outdated. What I've tried to do is run
after uncommenting lines 657-664 in
train.py
. But I get:I'm not sure where to get the
test_tok.jsonl
file.The text was updated successfully, but these errors were encountered: