Skip to content

Commit 5a86437

Browse files
author
Winnie Lin
committed
Assignment 2
1 parent 46c2492 commit 5a86437

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

assignments/2019/assignment2.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,17 @@ are as follows:
1919
- gain experience with a major deep learning framework, such as **TensorFlow** or **PyTorch**.
2020

2121
## Setup
22-
Get the code as a zip file [here].
22+
Get the code as a zip file [here](http://cs231n.github.io/assignments/2019/spring1819_assignment2.zip).
23+
2324
You can follow the setup instructions [here](/setup-instructions).
2425

25-
If you've perform the google cloud setup already for assignment1, you can skip this step and use the virtual machine you created previously.
26+
If you performed the google cloud setup already for assignment1, you can skip this step and use the virtual machine you created previously.
2627
(However, if you're using your virtual machine from assignment1, you might need to perform additional installation steps for the 5th notebook depending on whether you're using Pytorch or Tensorflow. See below for details.)
2728

2829
### Some Notes
2930
**NOTE 1:** This year, the `assignment2` code has been tested to be compatible with python version `3.7` (it may work with other versions of `3.x`, but we won't be officially supporting them). You will need to make sure that during your virtual environment setup that the correct version of `python` is used. You can confirm your python version by (1) activating your virtualenv and (2) running `which python`.
3031

31-
**NOTE 2:** As noted in the setup instructions, we strongly recommend you to do development on Google Cloud, as we have limited support for local machine configurations.
32+
**NOTE 2:** As noted in the setup instructions, we recommend you to develop on Google Cloud, and we have limited support for local machine configurations. In particular, for students who wish to develop with Windows machines, we recommend installing a Linux subsystem (preferably Ubuntu) via the [Windows App Store](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to streamline the AFS submission process.
3233

3334
**NOTE 3:** The submission process this year has **2 steps**, requiring you to 1. run a submission script and 2. download/upload an auto-generated pdf (details below.) We suggest **_making a test submission early on_** to make sure you are able to successfully submit your assignment on time (a maximum of 10 successful submissions can be made.)
3435

307 KB
Binary file not shown.

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
</div>
2323

2424
<div class="materials-item">
25-
Assignment #2: TBA
25+
<a href="assignments2019/assignment2/">
26+
Assignment #2: Fully-Connected Nets, Batch Normalization, Dropout,
27+
Convolutional Nets
28+
</a>
2629
</div>
2730

2831
<div class="materials-item">

0 commit comments

Comments
 (0)