Simple Test Collab Notebook No longer Works
See original GitHub issueHi There,
I was attempting to test out the collab notebook but run into ImportError: cannot import name '_C' from 'maskrcnn_benchmark'
when stepping through the compilation of each cell. Has anyone else faced this issue and if so did they find a solution for it?
Cheers!
Issue Analytics
- State:
- Created 9 months ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Troubleshooting Google Colab for the Total Newbie
Working in Google Colab for the first time has been completely awesome and pretty shockingly easy, but it hasn't been without a couple...
Read more >Test if notebook is running on Google Colab - Stack Overflow
The first try-except solution works in Google Colab when using the IPython way of executing a command !python foo.py , but also with...
Read more >Tutorial Google Colab Notebook · Issue #48 - GitHub
Trajectory sliders work only when the notebook is run by user - if you just go into the link and not run the...
Read more >10 tricks for a better Google Colab experience
With Google Colab, creating and sharing notebooks is intuitive and simple. Here are 10 tips and tricks I gathered over time that will ......
Read more >Google Colab
More technically, Colab is a hosted Jupyter notebook service that requires no setup to use, while providing access free of charge to computing...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
use this, to install 1.7.0 pytorch %pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
Awesome that worked. Running into new issues but ill see if i can fix those / make a new Issue if not. Thanks!