Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 634 Bytes

File metadata and controls

21 lines (17 loc) · 634 Bytes

Environment Setup Guide

We assume that you've followed this repo to setup your local programming environment. If not, here is a brief recap:

# 1. install miniconda
# 2. setup your conda environment
conda create -n reu_demo python=3.10 -y
conda activate reu_demo
# 3. install pytorch as instructed by https://pytorch.org/
#   the following command install torch for cuda 12.6 on my end
pip install torch torchvision

Additionally, install these dependencies:

# 4. install other dependencies
conda install scipy scikit-learn ipykernel
pip install matplotlib