Skip to content

Commit b7a4ccb

Browse files
committed
update solution with competition info
1 parent 3f613eb commit b7a4ccb

File tree

1 file changed

+11
-32
lines changed

1 file changed

+11
-32
lines changed

lab1/solutions/Part2_Music_Generation_Solution.ipynb

Lines changed: 11 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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/soltuions/Part2_Music_Generation_Solution.ipynb\">\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",
3030
" <img src=\"https://i.ibb.co/2P3SLwK/colab.png\" style=\"padding-bottom:5px;\" />Run in Google Colab</a></td>\n",
3131
" <td align=\"center\"><a target=\"_blank\" href=\"https://github.com/aamini/introtodeeplearning/blob/master/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",
@@ -941,51 +941,30 @@
941941
"id": "HgVvcrYmSKGG"
942942
},
943943
"source": [
944-
"## 2.7 Experiment and **get awarded for the best songs**!!\n",
944+
"## 2.7 Experiment and **get awarded for the best songs**!\n",
945945
"\n",
946946
"Congrats on making your first sequence model in TensorFlow! It's a pretty big accomplishment, and hopefully you have some sweet tunes to show for it.\n",
947947
"\n",
948-
"If you want to go further, try to optimize your model and submit your best song! Tweet us at [@MITDeepLearning](https://twitter.com/MITDeepLearning) or [email us](mailto:[email protected]) a copy of the song (if you don't have Twitter), and we'll give out prizes to our favorites! \n",
949-
"\n",
950948
"Consider how you may improve your model and what seems to be most important in terms of performance. Here are some ideas to get you started:\n",
951949
"\n",
952950
"* How does the number of training epochs affect the performance?\n",
953951
"* What if you alter or augment the dataset? \n",
954952
"* Does the choice of start string significantly affect the result? \n",
955953
"\n",
956-
"Have fun and happy listening!\n",
954+
"Try to optimize your model and submit your best song! **MIT students and affiliates will be eligible for prizes during the IAP offering**. To enter the competition, please [email us](mailto:[email protected]) with your name and the following:\n",
957955
"\n",
956+
"* a recording of your song;\n",
957+
"* Jupyter notebook with the code you used to generate the song;\n",
958+
"* 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",
958959
"\n",
959-
"![Let's Dance!](http://33.media.tumblr.com/3d223954ad0a77f4e98a7b87136aa395/tumblr_nlct5lFVbF1qhu7oio1_500.gif)\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",
961+
"<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n",
960962
"\n",
963+
"Have fun and happy listening!\n",
964+
"\n",
965+
"![Let's Dance!](http://33.media.tumblr.com/3d223954ad0a77f4e98a7b87136aa395/tumblr_nlct5lFVbF1qhu7oio1_500.gif)\n",
961966
"\n"
962967
]
963-
},
964-
{
965-
"cell_type": "code",
966-
"metadata": {
967-
"id": "jX9zPJkAPI11"
968-
},
969-
"source": [
970-
"# Example submission by a previous 6.S191 student (credit: Ana Heart) \n",
971-
"\n",
972-
"%%html\n",
973-
"<blockquote class=\"twitter-tweet\"><a href=\"https://twitter.com/AnaWhatever16/status/1263092914680410112?s=20\">May 20, 2020</a></blockquote> \n",
974-
"<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>"
975-
],
976-
"execution_count": null,
977-
"outputs": []
978-
},
979-
{
980-
"cell_type": "code",
981-
"metadata": {
982-
"id": "zFdnDAcV_Ml1"
983-
},
984-
"source": [
985-
""
986-
],
987-
"execution_count": null,
988-
"outputs": []
989968
}
990969
]
991970
}

0 commit comments

Comments
 (0)