Merge branch 'soma11soma11-master'

main
Aurélien Geron 2017-10-18 09:19:09 +02:00
commit b4008e3e19
1 changed files with 12 additions and 1 deletions

View File

@ -500,6 +500,17 @@
" saver = tf.train.Saver()" " saver = tf.train.Saver()"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"source": [
"Note: if you are using Python 3.6 on OSX, you need to run the following command on terminal to install the certifi package of certificates because Python 3.6 on OSX has no certificates to validate SSL connections (see this [StackOverflow question](https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error)):\n",
"\n",
" $ /Applications/Python\\ 3.6/Install\\ Certificates.command"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 22, "execution_count": 22,
@ -1948,7 +1959,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.5.2" "version": "3.6.2"
}, },
"nav_menu": {}, "nav_menu": {},
"toc": { "toc": {