DL Project 2020
First, install dependencies
# clone project
git clone https://github.com/annikabrundyn/driving-dirty
# install project
cd driving-dirty
# MAKE SURE TO INSTALL THE APPROPRIATE PYTORCH AND TORCHVISION
pip install -e .
pip install -r requirements.txt --ignore-installedTo run evaluations for class:
cd src/utils
python run_test.py --rm_ckpt_path '../../checkpoints/rm.ckpt'python src/autoencoder/autoencoder.py --link '/scratch/ab8690/DLSP20Dataset/data' --gpus 1 --max_epochs 5 --batch_size 32
Some optional arguments to provide:
--link link to where data is stored
--gpus how many gpus available
--max_epochs max number of epochs to train for