Skip to content

Commit

Permalink
Merge pull request #11 from cemsaz/mxnet-import-update
Browse files Browse the repository at this point in the history
Updating mxnet-cu101mkl import
  • Loading branch information
bwerness authored Sep 9, 2020
2 parents cbf5cd7 + 57c7e97 commit bf149b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion notebooks/MLA-CV-Lecture1-CNN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
}
],
"source": [
"! pip install -q -U mxnet-cu101mkl==1.6.0\n",
"! pip install -U mxnet-cu101mkl==1.6.0.post0\n",
"! pip install -q d2l==0.14.0"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/MLA-CV-Lecture1-Final-Project.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install -q -U mxnet-cu101mkl==1.6.0 # updating mxnet to at least v1.6\n",
"# ! pip install -U mxnet-cu101mkl==1.6.0.post0 # updating mxnet to at least v1.6\n",
"# ! pip install -q d2l==0.14.0"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/MLA-CV-Lecture2-AlexNet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"metadata": {},
"outputs": [],
"source": [
"# !pip install -q -U mxnet-cu101mkl==1.6.0 # updating mxnet to at least v1.6\n",
"# !pip install -U mxnet-cu101mkl==1.6.0.post0 # updating mxnet to at least v1.6\n",
"# !pip install d2l==0.14.0"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/MLA-CV-Lecture3-ResNet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
],
"source": [
"# ! pip install -q -U mxnet-cu101mkl==1.6.0\n",
"# ! pip install -U mxnet-cu101mkl==1.6.0.post0\n",
"# ! pip install -q d2l==0.14.0\n",
"! pip install -q gluoncv"
]
Expand Down

0 comments on commit bf149b6

Please sign in to comment.