Skip to content

Schnabel-8/BDR-diffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Following is the suggested way to install the dependencies of our code(The default numpy and pip installed by conda may need to be downgraded.):

conda create -n bdr_diffusion
conda activate bdr_diffusion

conda install pytorch==1.9.0 torchvision==0.10.0 cudatoolkit=11.3 -c pytorch -c conda-forge

pip install tqdm fire einops ocnn scikit-image==0.18.2 scikit-learn==0.24.2 pytorch-lightning==1.6.1

Usage

Please refer to the scripts in scripts/ for the usage of our code.

Train from Scratch

bash scripts/train.sh

Conditioned generation

bash scripts/generate.sh

Datasets

https://rec.ustc.edu.cn/share/b9e072b0-306a-11ef-91cb-dfb6325d6cc5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published