Skip to content

Commit

Permalink
update tutorials kt version
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Jul 22, 2020
1 parent 35e47ab commit 3950f50
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/ipynb/customized.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outputs": [],
"source": [
"!pip install autokeras\n",
"!pip install git+https://github.com/keras-team/[email protected].2rc0\n"
"!pip install git+https://github.com/keras-team/[email protected].2rc1\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/ipynb/export.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"outputs": [],
"source": [
"!pip install autokeras\n",
"!pip install git+https://github.com/keras-team/[email protected].2rc0\n"
"!pip install git+https://github.com/keras-team/[email protected].2rc1\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/ipynb/image_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outputs": [],
"source": [
"!pip install autokeras\n",
"!pip install git+https://github.com/keras-team/[email protected].2rc0\n"
"!pip install git+https://github.com/keras-team/[email protected].2rc1\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/ipynb/image_regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outputs": [],
"source": [
"!pip install autokeras\n",
"!pip install git+https://github.com/keras-team/[email protected].2rc0\n"
"!pip install git+https://github.com/keras-team/[email protected].2rc1\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/ipynb/multi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outputs": [],
"source": [
"!pip install autokeras\n",
"!pip install git+https://github.com/keras-team/[email protected].2rc0\n"
"!pip install git+https://github.com/keras-team/[email protected].2rc1\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/ipynb/structured_data_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outputs": [],
"source": [
"!pip install autokeras\n",
"!pip install git+https://github.com/keras-team/[email protected].2rc0\n"
"!pip install git+https://github.com/keras-team/[email protected].2rc1\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/ipynb/structured_data_regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outputs": [],
"source": [
"!pip install autokeras\n",
"!pip install git+https://github.com/keras-team/[email protected].2rc0\n"
"!pip install git+https://github.com/keras-team/[email protected].2rc1\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/ipynb/text_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outputs": [],
"source": [
"!pip install autokeras\n",
"!pip install git+https://github.com/keras-team/[email protected].2rc0\n"
"!pip install git+https://github.com/keras-team/[email protected].2rc1\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/ipynb/text_regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outputs": [],
"source": [
"!pip install autokeras\n",
"!pip install git+https://github.com/keras-team/[email protected].2rc0\n"
"!pip install git+https://github.com/keras-team/[email protected].2rc1\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/py/customized.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""shell
pip install autokeras
pip install git+https://github.com/keras-team/[email protected].2rc0
pip install git+https://github.com/keras-team/[email protected].2rc1
"""

"""
Expand Down
2 changes: 1 addition & 1 deletion docs/py/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

"""shell
pip install autokeras
pip install git+https://github.com/keras-team/[email protected].2rc0
pip install git+https://github.com/keras-team/[email protected].2rc1
"""

import tensorflow as tf
Expand Down
2 changes: 1 addition & 1 deletion docs/py/image_classification.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""shell
pip install autokeras
pip install git+https://github.com/keras-team/[email protected].2rc0
pip install git+https://github.com/keras-team/[email protected].2rc1
"""

"""
Expand Down
2 changes: 1 addition & 1 deletion docs/py/image_regression.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""shell
pip install autokeras
pip install git+https://github.com/keras-team/[email protected].2rc0
pip install git+https://github.com/keras-team/[email protected].2rc1
"""

"""
Expand Down
2 changes: 1 addition & 1 deletion docs/py/multi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""shell
pip install autokeras
pip install git+https://github.com/keras-team/[email protected].2rc0
pip install git+https://github.com/keras-team/[email protected].2rc1
"""

"""
Expand Down
2 changes: 1 addition & 1 deletion docs/py/structured_data_classification.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""shell
pip install autokeras
pip install git+https://github.com/keras-team/[email protected].2rc0
pip install git+https://github.com/keras-team/[email protected].2rc1
"""

"""
Expand Down
2 changes: 1 addition & 1 deletion docs/py/structured_data_regression.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""shell
pip install autokeras
pip install git+https://github.com/keras-team/[email protected].2rc0
pip install git+https://github.com/keras-team/[email protected].2rc1
"""

"""
Expand Down
2 changes: 1 addition & 1 deletion docs/py/text_classification.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""shell
pip install autokeras
pip install git+https://github.com/keras-team/[email protected].2rc0
pip install git+https://github.com/keras-team/[email protected].2rc1
"""

"""
Expand Down
2 changes: 1 addition & 1 deletion docs/py/text_regression.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""shell
pip install autokeras
pip install git+https://github.com/keras-team/[email protected].2rc0
pip install git+https://github.com/keras-team/[email protected].2rc1
"""

"""
Expand Down

0 comments on commit 3950f50

Please sign in to comment.