-
Notifications
You must be signed in to change notification settings - Fork 145
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
Is it possible to run the model on Google Colab? #7
Comments
We don't rely heavily on Python 3.7 so my guess is that with a few tweaks you'll be able to run on Python 3.6 in Colab. The one thing that comes to mind is you'll need to install the If you try it, let us know how it goes! |
Any success? |
Hi,
a link to my workbook is here: |
thanks for the link, after fixing the paths and importing pipenv I got this: Traceback (most recent call last):
|
Is this an issue specific to google colab, or will it occur if I try to run it locally? |
Is the issue resolved? I get the issue that package are not getting installed |
Hey, I wanted to ask if it's possible to run your model on Google Colab too. I don't have a Nvidia GPU, but still would like to test it. The problem is that Google Colab doesn't have Python 3.7. Is there a solution for it?
The text was updated successfully, but these errors were encountered: