bugfix - pip command in comment

This commit is contained in:
danmalowany-allegro 2020-01-05 19:59:33 +02:00 committed by GitHub
parent 5abd01fa75
commit 6799aed78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,8 @@
],
"source": [
"# Trains - Example of integrating plots and training on jupyter notebook. \n",
"# In this example, simple graphs are shown, then an MNIST classifier is trained using Keras.!pip install -U pip\n",
"# In this example, simple graphs are shown, then an MNIST classifier is trained using Keras. \n",
"!pip install -U pip\n",
"!pip install -U trains\n",
"!pip install -U numpy==1.18.0\n",
"!pip install -U tensorflow==2.0.0\n",