Skip to content

Commit

Permalink
omg, fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEMUSHKA committed Nov 23, 2019
1 parent 7166be0 commit f6a70a5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion week2/v2/digits_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"# set tf 1.x for colab\n",
"%tensorflow_version 1.x",
"%tensorflow_version 1.x"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion week2/v2/ill-conditioned-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"# set tf 1.x for colab\n",
"%tensorflow_version 1.x",
"%tensorflow_version 1.x"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion week2/v2/intro_to_tensorflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"# set tf 1.x for colab\n",
"%tensorflow_version 1.x",
"%tensorflow_version 1.x"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion week2/v2/mnist_with_keras.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"# set tf 1.x for colab\n",
"%tensorflow_version 1.x",
"%tensorflow_version 1.x"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion week2/v2/tensorflow_examples_from_video.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"# set tf 1.x for colab\n",
"%tensorflow_version 1.x",
"%tensorflow_version 1.x"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion week3/week3_task1_first_cnn_cifar10_clean.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"# set tf 1.x for colab\n",
"%tensorflow_version 1.x",
"%tensorflow_version 1.x"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion week3/week3_task2_fine_tuning_clean.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"# set tf 1.x for colab\n",
"%tensorflow_version 1.x",
"%tensorflow_version 1.x"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion week4/Adversarial-task.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"# set tf 1.x for colab\n",
"%tensorflow_version 1.x",
"%tensorflow_version 1.x"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion week4/Autoencoders-task.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"# set tf 1.x for colab\n",
"%tensorflow_version 1.x",
"%tensorflow_version 1.x"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion week5/POS-task.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"# set tf 1.x for colab\n",
"%tensorflow_version 1.x",
"%tensorflow_version 1.x"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion week5/RNN-task.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"# set tf 1.x for colab\n",
"%tensorflow_version 1.x",
"%tensorflow_version 1.x"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion week6/week6_final_project_image_captioning_clean.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"# set tf 1.x for colab\n",
"%tensorflow_version 1.x",
"%tensorflow_version 1.x"
]
},
{
Expand Down

0 comments on commit f6a70a5

Please sign in to comment.