CS 2770: Homework 2
Due: 3/27/2018, 11:59pm
There are two versions of this assignment: a Matlab version and a Python version. Please click on the appropriate link.
Acknowledgement: Both versions were written by Chris Thomas, and software/data were prepared by Nils Murrugarra-Llerena.
Note: The paths to Caffe and the dataset have been updated, and we made a few textual changes. All changes are in red in the two documents above.
Note about GPU access: You can use the nietzsche.cs.pitt.edu cluster. Once you get a CS account, you should have access to it (with your Pitt ID) since it has already been granted. However, this cluster might get overloaded. You will also be able to use the resources of Pitt's Center for Research Computing. Each of you has an account (use your Pitt email address). Tips from the CRC team:
- The documentation to the cluster can be found here.
- Caffe is already installed. To load it into $PATH execute
module load cuda/8.0.44
module load caffe
- It is recommended you go through the following training material.