Skip to content

Commit 35ff0b8

Browse files
committed
tf 1.12 -> 13
1 parent 0b443d9 commit 35ff0b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lab1/Part1_tensorflow.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
"cell_type": "code",
8585
"source": [
86-
"is_correct_tf_version = '1.12.' in tf.__version__\n",
86+
"is_correct_tf_version = '1.13.' in tf.__version__\n",
8787
"assert is_correct_tf_version, \"Wrong tensorflow version {} installed\".format(tf.__version__)\n",
8888
"\n",
8989
"is_eager_enabled = tf.executing_eagerly()\n",
@@ -503,4 +503,4 @@
503503
"outputs": []
504504
}
505505
]
506-
}
506+
}

0 commit comments

Comments
 (0)