Skip to content

tianwen-fu/discrete-diffusion-distributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Clone the repository, activate an environment with Python 3.10, and run

pip install -e .

Since JAX requires --find-links which is not supported by pyproject.toml to the best of our knowledge for installation, we hardcode the location of the jaxlib wheels. If you need to work with a different Python or CUDA version, feel free to edit the dependencies or install JAX by the official instrutions. Although you can use venv to manage your environments, if you encounter any problem with CUDA, try to use a conda environment and run

conda install cuda -c nvidia

Run Experiments

Add your config to src/d3exp/config, and run

python -m d3exp ${CONFIG_NAME}

About

Code for our final project of the course 10-708

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •