We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782afc2 commit 47a93a9Copy full SHA for 47a93a9
Ch4/05_DeepNN_Example.ipynb
@@ -77,7 +77,7 @@
77
"except ModuleNotFoundError:\n",
78
" \n",
79
" if not os.path.exists(os.getcwd()+'\\\\Data\\\\glove.6B'):\n",
80
- " os.makdir(os.getcwd()+'\\\\Data\\\\glove.6B')\n",
+ " os.mkdir(os.getcwd()+'\\\\Data\\\\glove.6B')\n",
81
82
" url='http://nlp.stanford.edu/data/glove.6B.zip' \n",
83
" path=os.getcwd()+'\\Data' \n",
@@ -549,7 +549,7 @@
549
"name": "python",
550
"nbconvert_exporter": "python",
551
"pygments_lexer": "ipython3",
552
- "version": "3.7.0"
+ "version": "3.7.4"
553
}
554
},
555
"nbformat": 4,
0 commit comments