Skip to content

Commit f0a36ca

Browse files
committed
added note to periodically execute last colab cell to save progress back to Drive.
1 parent 054c402 commit f0a36ca

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

assignments/2020/assignment1.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mathjax: true
55
permalink: /assignments2020/assignment1/
66
---
77

8-
This assignment is due on **Wednesday, April 22 2020**.
8+
This assignment is due on **Wednesday, April 22 2020** at 11:59pm PST.
99

1010
<details>
1111
<summary>Handy Download Links</summary>
@@ -64,7 +64,9 @@ from a popup window. The code cell will also automatically download the CIFAR-10
6464
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.
6565
6. Repeat steps 3-5 for each remaining notebook.
6666

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.
6870

6971
Once you have completed all Colab notebooks **except `collect_submission.ipynb`**, proceed to the [submission instructions](#submitting-your-work).
7072

@@ -108,7 +110,7 @@ as opposed to using raw pixel values.
108110

109111
### Submitting your work
110112

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.
112114

113115
Once you have completed all notebooks and filled out the necessary code, there are **_two_** steps you must follow to submit your assignment:
114116

create-instance-screen.png

-209 KB
Binary file not shown.

0 commit comments

Comments
 (0)