You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix] MMSegmentation Tutorial running on colab error fix (open-mmlab#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
0 commit comments