9 Forks
42 Stars
42 Watchers

CS231n

PyTorch/Tensorflow solutions for Stanford's CS231n: "CNNs for Visual Recognition"

How to download and setup CS231n

Open terminal and run command
git clone https://github.com/v-iashin/CS231n.git
git clone is used to create a copy or clone of CS231n repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with CS231n https://github.com/v-iashin/CS231n/archive/master.zip

Or simply clone CS231n with SSH
[email protected]:v-iashin/CS231n.git

If you have some problems with CS231n

You may open issue on CS231n support forum (system) here: https://github.com/v-iashin/CS231n/issues