Code for cmput 626 project fall 2024
Find a file
2024-11-20 12:11:10 -07:00
cifar10-fast-simple Init 2024-11-20 12:11:10 -07:00
README.md Init 2024-11-20 12:11:10 -07:00

Sources

Setup

Get miniconda here

conda create --name mia_distilled python=3.11.2
conda activate mia_distilled
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia

We've found that CUDA 12.2 will still run without issue on pytorch-cuda=12.1. There is also a pytorch-cuda=12.4. Check your system CUDA version with nvidia-smi.