Skip to content
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

[Fix] MMSegmentation Tutorial running on colab error fix #1452

Merged
merged 2 commits into from
Apr 6, 2022

Conversation

androbaza
Copy link
Contributor

Motivation

As the colab's versions of cudatoolkit has changed, the installed version in the tutorial needs to be changed as well.

Modification

The cudatoolkit is chenged to 11.1 to match Colab. Pytorch is changed to version 1.10.0 to match the cudatoolkit.

The whole tutorial file runs well after the fix.

Previous version was throwing an error after calling for mmseg.apis import (line 147) due to incompatible cudatoolkit version in colab.
@CLAassistant
Copy link

CLAassistant commented Apr 6, 2022

CLA assistant check
All committers have signed the CLA.

@MeowZheng
Copy link
Collaborator

please sign CLA, thanks

@MeowZheng MeowZheng merged commit 4bd32f4 into open-mmlab:master Apr 6, 2022
mob5566 pushed a commit to mob5566/mmsegmentation that referenced this pull request Apr 13, 2022
…1452)

* update pytorch and cudatoolkit versions for colab

Previous version was throwing an error after calling for mmseg.apis import (line 147) due to incompatible cudatoolkit version in colab.

* Update description about versions used
ZhimingNJ pushed a commit to AetrexTechnology/mmsegmentation that referenced this pull request Jun 29, 2022
…1452)

* update pytorch and cudatoolkit versions for colab

Previous version was throwing an error after calling for mmseg.apis import (line 147) due to incompatible cudatoolkit version in colab.

* Update description about versions used
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants