Skip to content

scdrand23/hw1

 
 

Repository files navigation

hw1

We strongly suggest using conda (or miniconda) for package management. We wrote this assignment using a conda environment with python 3.7, but using a later version should work too.

For this assignment, please install PyTorch (torch, torchaudio, and torchvision) for your system, following the instructions at https://pytorch.org/get-started/locally/.

You will also need to install matplotlib and tensorboard. For any other package dependencies, use conda to install them as they come up as needed for your individual system.

We also provide a requirements.txt file which mirrors our conda environment and can be installed to a new conda environment using pip install -r requirements.txt.

About

Classification and Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%