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
0. Unzip the starter code zip file. You should see an `assignment1` folder.
54
-
1. Create a folder in your personal Google Drive and upload the `assignment1/cs231n` folder to the Drive folder. We recommend that you call the Google Drive folder `cs231n/assignments/assignment1/` so that the final uploaded folder has the path `cs231n/assignments/assignment1/cs231n`.
55
-
2. The colab notebooks in `assignment1` are the files that end with `_colab.ipynb`. Each Colab notebook corresponds to an assignment question. For each notebook, visit [Google Colab](https://colab.research.google.com/) and upload it using the `Upload -> Browse` menu.
56
-
3. Once you upload the notebook, you will be connected you to a Colab VM. You can mount your Google Drive and access your uploaded
58
+
1. Unzip the starter code zip file. You should see an `assignment1` folder.
59
+
2. Create a folder in your personal Google Drive and upload `assignment1/` folder to the Drive folder. We recommend that you call the Google Drive folder `cs231n/assignments/` so that the final uploaded folder has the path `cs231n/assignments/assignment1/`.
60
+
3. Each Colab notebook (i.e. files ending in `.ipynb`) corresponds to an assignment question. In Google Drive, double click on the notebook and select the option to open with `Colab`.
61
+
4. You will be connected to a Colab VM. You can mount your Google Drive and access your uploaded
57
62
files by executing the first cell in the notebook. It will prompt you for an authorization code which you can obtain
58
63
from a popup window. The code cell will also automatically download the CIFAR-10 dataset for you.
59
-
4. 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.
60
-
6. Repeat steps 2-4 for each remaining notebook.
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
+
6. Repeat steps 3-5 for each remaining notebook.
61
66
62
-
Once you are done, go to the [submission instructions](#submitting-your-work).
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).
63
68
64
69
#### Option B: Local Development
65
70
66
-
If you choose to work locally with Jupyter notebooks, you'll be working with the `.ipynb` files that **do not** end with `_colab`.
71
+
**Download.** Starter code containing jupyter notebooks can be downloaded [here]().
67
72
68
73
**Install Packages**. Once you have the starter code, activate your environment (the one you installed in the [Software Setup]({{site.baseurl}}/setup-instructions/) page) and run `pip install -r requirements.txt`.
0 commit comments