Skip to content

Commit 57cc9ee

Browse files
[skip travis] EG: correct the error in cuda install link
1 parent f9f1dac commit 57cc9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/06_example_sematicsegmentation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
},
107107
"outputs": [],
108108
"source": [
109-
"!pip install torch==1.9.1+cu102 torchvision==0.10.1+cu102 -fhttps://download.pytorch.org/whl/cu102/torch_stable.html --user\n",
109+
"!pip install torch==1.9.1+cu102 torchvision==0.10.1+cu102 -f https://download.pytorch.org/whl/cu102/torch_stable.html --user\n",
110110
"ON_GPU = True"
111111
]
112112
},

0 commit comments

Comments
 (0)