-
Install PyTorch. Go to https://pytorch.org/. Then, scroll down to 'Install Pytorch' and select the right configuration for your machine. Lastly, copy the command that is provided and run it when you have the correct Conda environment activated.
-
As you work on the project, you will end up installing many more packages.
-
Clone / fork this repository.
-
Open a terminal in the root directory of the repository
-
Activate the conda environment you created using the following command:
conda activate <NAME OF ENVIRONMENT>
- Populate the conda environment using
acmprojects.yml:
conda env update --file acmprojects.yml --prune
- Go to
start_here.pynb. This is the main file where you're going to run all of your code from.