Skip to content

Commit e5b054f

Browse files
committed
fix typo in lab 1.2
1 parent 35ff0b8 commit e5b054f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lab1/Part2_music_generation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"nbformat_minor": 0,
44
"metadata": {
55
"colab": {
6-
"name": "Part1_music_generation.ipynb",
6+
"name": "Part2_music_generation.ipynb",
77
"version": "0.3.2",
88
"provenance": [],
99
"collapsed_sections": []
@@ -85,7 +85,7 @@
8585
"\n",
8686
"import introtodeeplearning_labs as util\n",
8787
"\n",
88-
"is_correct_tf_version = '1.12.0' in tf.__version__\n",
88+
"is_correct_tf_version = '1.13.0' in tf.__version__\n",
8989
"assert is_correct_tf_version, \"Wrong tensorflow version ({}) installed\".format(tf.__version__)\n",
9090
"\n",
9191
"is_eager_enabled = tf.executing_eagerly()\n",

lab1/Part2_music_generation_solution.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"nbformat_minor": 0,
44
"metadata": {
55
"colab": {
6-
"name": "Part1_music_generation_solution.ipynb",
6+
"name": "Part2_music_generation_solution.ipynb",
77
"version": "0.3.2",
88
"provenance": [],
99
"collapsed_sections": []
@@ -85,7 +85,7 @@
8585
"\n",
8686
"import introtodeeplearning_labs as util\n",
8787
"\n",
88-
"is_correct_tf_version = '1.12.0' in tf.__version__\n",
88+
"is_correct_tf_version = '1.13.0' in tf.__version__\n",
8989
"assert is_correct_tf_version, \"Wrong tensorflow version ({}) installed\".format(tf.__version__)\n",
9090
"\n",
9191
"is_eager_enabled = tf.executing_eagerly()\n",
@@ -1072,4 +1072,4 @@
10721072
]
10731073
}
10741074
]
1075-
}
1075+
}

0 commit comments

Comments
 (0)