Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 395 Bytes

INSTALL.md

File metadata and controls

23 lines (16 loc) · 395 Bytes

This repository is built in PyTorch 2.3.0, training and testing on Python3.9.15, CUDA12.4.

Follow these instructions:

  1. Clone our repository
git clone https://github.com/OpenImagingLab/DualDn.git
cd DualDn
  1. Make conda environment
conda create -n pytorch_DualDn python=3.9.15
conda activate pytorch_DualDn
  1. Install dependencies
pip install -r requirements.txt