-
Notifications
You must be signed in to change notification settings - Fork 224
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
Basic compute_metrics function fails on Google Colab #121
Comments
Thanks for trying nlg-eval! I was able to reproduce this with your notebook, so thanks for sharing that. I didn't see anything immediately crazy wrong. I was looking to make sure that Theano and gensim did get installed and their versions. The Theano version was 1.0.5 but I tried |
Hi, so I was also facing the same error. For me, the pytest run is also throwing a few errors. Here's the code with the issue : |
@juharris Thanks for looking into the issue. |
Yeah I think it's using the wrong version of one of the dependencies somehow. |
Hey,
I've wanted to test the code on Google colab, but the code throws an error
Here's the code I'm trying to run:
Here's the Error log:
I've also made the Google Colab link publicly available - please check it out.
https://colab.research.google.com/drive/1iLiy8bQcR65ll6HufAvxzXExk7kn5Ls2?usp=sharing
I'd appreciate any help / fixes! Thanks.
The text was updated successfully, but these errors were encountered: