You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assignments/2020/assignment1.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ mathjax: true
5
5
permalink: /assignments2020/assignment1/
6
6
---
7
7
8
-
This assignment is due on **Wednesday, April 22 2020**.
8
+
This assignment is due on **Wednesday, April 22 2020** at 11:59pm PST.
9
9
10
10
<details>
11
11
<summary>Handy Download Links</summary>
@@ -64,7 +64,9 @@ from a popup window. The code cell will also automatically download the CIFAR-10
64
64
5. Once you have completed the assignment question (i.e. reached the end of the notebook), you can save your edited files back to your Drive and move on to the next question. For your convenience, we also provide you with a code cell (the very last one) that automatically saves the modified files for that question back to your Drive.
65
65
6. Repeat steps 3-5 for each remaining notebook.
66
66
67
-
**Important:** Please make sure that you work on the Colab notebooks in the order of the questions (see below). Specifically, you should work on kNN first, then SVM, the Softmax, then Two-layer Net and finally on Image Features. The reason is that the code cells that get executed *at the end* of the notebooks save the modified files back to your drive and some notebooks may require code from previous notebook.
67
+
**Note 1**. Please make sure that you work on the Colab notebooks in the order of the questions (see below). Specifically, you should work on kNN first, then SVM, the Softmax, then Two-layer Net and finally on Image Features. The reason is that the code cells that get executed *at the end* of the notebooks save the modified files back to your drive and some notebooks may require code from previous notebook.
68
+
69
+
**Note 2**. Related to above, ensure you are periodically saving your notebook (`File -> Save`), and any edited `.py` files relevant to that notebook (i.e. **by executing the last code cell**) so that you don't lose your progress if you step away from the assignment and the Colab VM disconnects.
68
70
69
71
Once you have completed all Colab notebooks **except `collect_submission.ipynb`**, proceed to the [submission instructions](#submitting-your-work).
70
72
@@ -108,7 +110,7 @@ as opposed to using raw pixel values.
108
110
109
111
### Submitting your work
110
112
111
-
**Important:** Please make sure that the submitted notebooks have been run and the cell outputs are visible.
113
+
**Important**. Please make sure that the submitted notebooks have been run and the cell outputs are visible.
112
114
113
115
Once you have completed all notebooks and filled out the necessary code, there are **_two_** steps you must follow to submit your assignment:
0 commit comments