Skip to content

Commit 0337298

Browse files
committed
update copyright
1 parent 0ced87f commit 0337298

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lab1/solutions/Part2_Music_Generation_Solution.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"id": "bUik05YqMyCH"
4242
},
4343
"source": [
44-
"# Copyright 2023 MIT 6.S191 Introduction to Deep Learning. All Rights Reserved.\n",
44+
"# Copyright 2023 MIT Introduction to Deep Learning. All Rights Reserved.\n",
4545
"# \n",
4646
"# Licensed under the MIT License. You may not use this file except in compliance\n",
47-
"# with the License. Use and/or modification of this code outside of 6.S191 must\n",
48-
"# reference:\n",
47+
"# with the License. Use and/or modification of this code outside of MIT Introduction\n",
48+
"# to Deep Learning must reference:\n",
4949
"#\n",
50-
"# © MIT 6.S191: Introduction to Deep Learning\n",
50+
"# © MIT Introduction to Deep Learning\n",
5151
"# http://introtodeeplearning.com\n",
5252
"#"
5353
],
@@ -87,7 +87,7 @@
8787
"%tensorflow_version 2.x\n",
8888
"import tensorflow as tf \n",
8989
"\n",
90-
"# Download and import the MIT 6.S191 package\n",
90+
"# Download and import the MIT Introduction to Deep Learning package\n",
9191
"!pip install mitdeeplearning\n",
9292
"import mitdeeplearning as mdl\n",
9393
"\n",

0 commit comments

Comments
 (0)