question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Simple Test Collab Notebook No longer Works

See original GitHub issue

Hi 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:closed
  • Created 9 months ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ruotianluocommented, Dec 14, 2022

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

0reactions
AlexanderWeismannncommented, Dec 16, 2022

Awesome that worked. Running into new issues but ill see if i can fix those / make a new Issue if not. Thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found