Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 444 Bytes

install.md

File metadata and controls

27 lines (23 loc) · 444 Bytes

Installation Guide

Requirements

Please ensure you have installed the following packages in your environment

  • Python 3.9
  • PyTorch 2.0.1
  • timm
  • pillow
  • numpy

Installation Steps

  1. Set up a conda environment
conda create -n scdd python=3.9
conda activate scdd
  1. Install PyTorch and TorchVision
pip install torch==2.0.1 torchvision==0.15.2
  1. Additional dependences
pip install pillow 
pip install timm