conda activate test # activate test environ with pytorch cpu, vision installed
python -c "from torchvision.datasets import CIFAR10; CIFAR10('/shared/data/cifar10', download=True)"
ln -s /shared/data/cifar10 cifar10
mkdir -p /shared/output/$UID/output-cifar10
ln -s /shared/output/$UID/output-cifar10 output-cifar10
wget https://raw.githubusercontent.com/pytorch-ignite/examples/main/tutorials/cifar10-distributed.py
sbatch run_conda.sbatch
sbatch run_docker.sbatch