Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Clone the respository

git clone https://github.com/ko120/DM-Benchmark.git

Create the conda environment

conda create -n "dm" python=3.10.8 ipython
conda activate dm

Install packages

pip install -r requirements.txt

Usage

Classification

All experimental settings can be found under configs/experiments/classification_*. The available classification datasets are adult To train a model using our mixed loss (MMD + NLL), run

python train.py -m experiment=classification_mixed

debug

Setting accelerator to cpu and number of workers to 0 to enable pdb

python train.py -m experiment=classification_mixed debug=default

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages