Skip to content

Commit 827d6a8

Browse files
committed
update competition information
1 parent ce0153a commit 827d6a8

File tree

1 file changed

+10
-32
lines changed

1 file changed

+10
-32
lines changed

lab1/Part2_Music_Generation.ipynb

Lines changed: 10 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -922,51 +922,29 @@
922922
"id": "HgVvcrYmSKGG"
923923
},
924924
"source": [
925-
"## 2.7 Experiment and **get awarded for the best songs**!!\n",
925+
"## 2.7 Experiment and **get awarded for the best songs**!\n",
926926
"\n",
927927
"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",
928928
"\n",
929-
"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",
930-
"\n",
931929
"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",
932930
"\n",
933931
"* How does the number of training epochs affect the performance?\n",
934932
"* What if you alter or augment the dataset? \n",
935933
"* Does the choice of start string significantly affect the result? \n",
936934
"\n",
937-
"Have fun and happy listening!\n",
935+
"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",
938936
"\n",
937+
"* a recording of your song;\n",
938+
"* Jupyter notebook with the code you used to generate the song;\n",
939+
"* 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",
939940
"\n",
940-
"![Let's Dance!](http://33.media.tumblr.com/3d223954ad0a77f4e98a7b87136aa395/tumblr_nlct5lFVbF1qhu7oio1_500.gif)\n",
941+
"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",
942+
"<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n",
941943
"\n",
942-
"\n"
943-
]
944-
},
945-
{
946-
"cell_type": "code",
947-
"metadata": {
948-
"id": "jX9zPJkAPI11"
949-
},
950-
"source": [
951-
"# Example submission by a previous 6.S191 student (credit: Ana Heart) \n",
944+
"Have fun and happy listening!\n",
952945
"\n",
953-
"%%html\n",
954-
"<blockquote class=\"twitter-tweet\"><a href=\"https://twitter.com/AnaWhatever16/status/1263092914680410112?s=20\">May 20, 2020</a></blockquote> \n",
955-
"<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>"
956-
],
957-
"execution_count": null,
958-
"outputs": []
959-
},
960-
{
961-
"cell_type": "code",
962-
"metadata": {
963-
"id": "zFdnDAcV_Ml1"
964-
},
965-
"source": [
966-
""
967-
],
968-
"execution_count": null,
969-
"outputs": []
946+
"![Let's Dance!](http://33.media.tumblr.com/3d223954ad0a77f4e98a7b87136aa395/tumblr_nlct5lFVbF1qhu7oio1_500.gif)"
947+
]
970948
}
971949
]
972950
}

0 commit comments

Comments
 (0)