For CS572 project / Pytorch
- Install Anaconda Navigator
- Select a clean folder where you want to play with CS572 project.
- Clone this repository.
- Open Anaconda Navigator.
- Open conda prompt and find the folder.
- Type:
conda env create -f 572.yml
- Back to Anaconda Navigator.
- Select the 'Environments' tab.
- You can see the environment named: 'CS572'
- Select the 'CS572' and click small, green play button.
- Click 'Open Terminal.'
- Go to the folder and play with pytorch! Don't forget pull before make any modification.