Skip to content

Files

Latest commit

61f9f12 · Jun 15, 2023

History

History

gaussian_example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 15, 2023
Jun 15, 2023
Jun 15, 2023
Jun 15, 2023

Sampling Trajectories of USBMs and CSBMs on a Gaussian

This folder contains the code implementation of the experiment presented in Section 3.1 of the paper On Investigating the Conservative Property of Score-Based Generative Models.

training

Usage

Generate Sampling Trajectories using USBMs and CSBMs

  • Generate sampling trajectories using a constrained score-based model (CSBM)
python3 main.py --workdir csbm_traj --config configs/gaussian_config.py --type csbm --deterministic --seed 0
  • Generate sampling trajectories using an unconstrained score-based model (USBM)
python3 main.py --workdir usbm_traj --config configs/gaussian_config.py --type usbm --deterministic --seed 0