-
Notifications
You must be signed in to change notification settings - Fork 46
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
Working Colab Notebook #2
Comments
Hi! Thanks for pointing that out. Indeed some files were missing. The install instructions and files are updated. Question 1: Edit: I just figured out that the data folder + script were missing. It's updated now. If the script doesn't work you can manually register and download the data from our website. Install instructions are updated. Question 2: If don't specify the CUDA version, |
Thanks for the making the fixes to the data folder and to the requirements.txt folder. I gave the notebook run another try and here are the results. Following the instructions, the notebook now fails on the same demo.py run command with:
I then modified
to be
and then go the new error:
I checked the torch version and it was
which is the correct version that requirements.txt specifies. Do you have a working docker image to share? Happy to take a look and dive deeper to resolve this issues if so. |
I tested the installation on my local machine and it worked perfectly fine. Since in colab, the CUDA and python versions are different from the ones I tested, you might need to change some package versions to resolve the 'functional_datapipe' import error. Instead of changing the imports manually, better use Can you try it on your local machine with the tested CUDA and python versions? Below is the install command, just replace [YOUR-CUDA-10.2-FOLDER] with your local cuda installation. If that doesn't work I am happy to work on a docker image.
|
Hey
Hey Nicholas, Where you able to successfully run it on google collab? |
Can you provide a colab notebook with a proper setup?
I tried but was unable to get it working.
A few issues:
shapy/data/download_data.sh
as instructed in INSTALL.md fails b/c there is no data folder, and hence no download_data.sh. I tried using wget directly by runningwget --post-data "username=$username&password=$password" 'https://download.is.tue.mpg.de/download.php?domain=shapy&sfile=shapy_data.zip' -O './shapy_data.zip' --no-check-certificate --continue
but that did not work either.``ERROR: Could not find a version that satisfies the requirement fvcore==0.1.5 (from versions: 0.1.dev191230, ...) ERROR: No matching distribution found for fvcore==0.1.5```
I was able to fix the pip issues by relaxing the versions of Pillow, PyYAML and fvcore, so the pip install succeeded.
But when I run
I get the following error.
I think this indicates a cuda mismatch?
Colab cuda version is V11.1.105:
Here is my notebook:
https://colab.research.google.com/drive/15M3KpSCX_pvI5yv40spzvYiLXlDRUXf4?usp=sharing
The text was updated successfully, but these errors were encountered: