Skip to content

Commit 2413290

Browse files
committed
updates 2023
1 parent 0e63999 commit 2413290

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lab1/solutions/Part2_Music_Generation_Solution.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
" <td align=\"center\"><a target=\"_blank\" href=\"http://introtodeeplearning.com\">\n",
2727
" <img src=\"https://i.ibb.co/Jr88sn2/mit.png\" style=\"padding-bottom:5px;\" />\n",
2828
" Visit MIT Deep Learning</a></td>\n",
29-
" <td align=\"center\"><a target=\"_blank\" href=\"https://colab.research.google.com/github/aamini/introtodeeplearning/blob/master/lab1/solutions/Part2_Music_Generation_Solution.ipynb\">\n",
29+
" <td align=\"center\"><a target=\"_blank\" href=\"https://colab.research.google.com/github/aamini/introtodeeplearning/blob/2023/lab1/solutions/Part2_Music_Generation_Solution.ipynb\">\n",
3030
" <img src=\"https://i.ibb.co/2P3SLwK/colab.png\" style=\"padding-bottom:5px;\" />Run in Google Colab</a></td>\n",
31-
" <td align=\"center\"><a target=\"_blank\" href=\"https://github.com/aamini/introtodeeplearning/blob/master/lab1/solutions/Part2_Music_Generation_Solution.ipynb\">\n",
31+
" <td align=\"center\"><a target=\"_blank\" href=\"https://github.com/aamini/introtodeeplearning/blob/2023/lab1/solutions/Part2_Music_Generation_Solution.ipynb\">\n",
3232
" <img src=\"https://i.ibb.co/xfJbPmL/github.png\" height=\"70px\" style=\"padding-bottom:5px;\" />View Source on GitHub</a></td>\n",
3333
"</table>\n",
3434
"\n",
@@ -41,13 +41,13 @@
4141
"id": "bUik05YqMyCH"
4242
},
4343
"source": [
44-
"# Copyright 2022 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
],
@@ -957,7 +957,7 @@
957957
"* Jupyter notebook with the code you used to generate the song;\n",
958958
"* a description and/or diagram of the architecture and hyperparameters you used -- if there are any additional or interesting modifications you made to the template code, please include these in your description.\n",
959959
"\n",
960-
"You can also tweet us at [@MITDeepLearning](https://twitter.com/MITDeepLearning) a copy of the song! See this example song generated by a previous 6.S191 student (credit Ana Heart): <a href=\"https://twitter.com/AnaWhatever16/status/1263092914680410112?s=20\">song from May 20, 2020.</a></blockquote> \n",
960+
"You can also tweet us at [@MITDeepLearning](https://twitter.com/MITDeepLearning) a copy of the song! See this example song generated by a previous student (credit Ana Heart): <a href=\"https://twitter.com/AnaWhatever16/status/1263092914680410112?s=20\">song from May 20, 2020.</a></blockquote> \n",
961961
"<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n",
962962
"\n",
963963
"Have fun and happy listening!\n",
@@ -967,4 +967,4 @@
967967
]
968968
}
969969
]
970-
}
970+
}

0 commit comments

Comments
 (0)