mirror of
https://github.com/clearml/clearml
synced 2025-04-05 05:10:06 +00:00
bugfix - pip command in comment
This commit is contained in:
parent
5abd01fa75
commit
6799aed78a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user