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
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.
The text was updated successfully, but these errors were encountered:
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.
Can you please help out.
Thanks in advance.
The text was updated successfully, but these errors were encountered: