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

FileNotFoundError: [Errno 2] No such file or directory: 'results/sqa/model/test_sequence.tsv' #1

Open
ChiranjibSarma opened this issue Jul 19, 2021 · 0 comments

Comments

@ChiranjibSarma
Copy link

Hi Bhavesh,
Thanks for sharing the tutorial. I had a look at all your repositories and would like to thank you for sharing those.
Learnt a lot from few of your projects.

I was trying out your Tapas Demo but seem to be stuck with a pretty silly issue. Sorry if I was not supposed to raise it as an issue.
I am getting the below error while executing Line 12 in your code.

FileNotFoundError                         Traceback (most recent call last)
<ipython-input-19-8087d1e89e53> in <module>()
      3       "of these, which team did Sachin Tendulkar play for?",
      4       "what is his highest score?",
----> 5       "how many runs has Virat Kohli scored?"])

<ipython-input-18-4591f6f1c24b> in predict(table_data, queries)
     51   #display(IPython.display.HTML(df.to_html(index=False)))
     52   #print()
---> 53   with open(results_path) as csvfile:
     54     reader = csv.DictReader(csvfile, delimiter='\t')
     55     for row in reader:

FileNotFoundError: [Errno 2] No such file or directory: 'results/sqa/model/test_sequence.tsv'

Can you please help out.
Thanks in advance.

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

1 participant