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
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ 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
-
Once you have completed all Colab notebooks, redownload your Google Drive `assignment1` folder locally to your computer and proceed to the [submission instructions](#submitting-your-work).
67
+
Once you have completed all Colab notebooks**except `collect_submission.ipynb`**, proceed to the [submission instructions](#submitting-your-work).
68
68
69
69
#### Option B: Local Development
70
70
@@ -110,18 +110,21 @@ as opposed to using raw pixel values.
110
110
111
111
Once you have completed all notebooks and filled out the necessary code, there are **_two_** steps you must follow to submit your assignment:
112
112
113
-
**1.**Run the provided submission script in `assignment1` by executing `bash collectSubmission.sh`.
113
+
**1.**If you selected Option A and worked on the assignment in Colab, open `collect_submission.ipynb` in Colab and execute the notebook cells. If you selected Option B and worked on the assignment locally, run the bash script in `assignment1` by executing `bash collectSubmission.sh`.
114
114
115
-
This script will:
115
+
This notebook/script will:
116
116
117
117
* Generate a zip file of your code (`.py` and `.ipynb`) called `a1.zip`.
118
-
* Convert all notebooks into a single PDF file if `PyPDF2` is installed. If `PyPDF2` cannot be found,
118
+
* Convert all notebooks into a single PDF file.
119
+
120
+
**Note for Option B users**. Ensure you `pip install PyPDF2` before executing the bash script to minimize your workload. If it cannot be found,
119
121
it will generate a separate PDF file for every notebook and it will be your responsibility to concatenate
120
-
them all together with your favorite viewer/editor. Thus, make sure you `pip install PyPDF2`
121
-
to minimize your submission workload.
122
+
them all together with your favorite viewer/editor.
122
123
123
124
If your submission for this step was successful, you should see the following display message:
124
125
125
126
`### Done! Please submit a1.zip and the pdfs to Gradescope. ###`
126
127
127
128
**2.** Submit the PDF and the zip file to [Gradescope](https://www.gradescope.com/courses/103764).
129
+
130
+
**Note for Option A users**. Remember to download `a1.zip` and `assignment.pdf` locally before submitting to Gradescope.
0 commit comments