Skip to content

Releases: AlexandreAdam/score_models

Conditional NCSNpp

21 Aug 18:37

Choose a tag to compare

Added feature

  • The NCSNpp architecture can now be conditioned on images, discrete categories, continuous number and vectors.

SLIC

13 Aug 17:07

Choose a tag to compare

New features

  • Implemented SLIC model, see Legin et al. (2023)

Bug fixes

  • Fix loading model from string

Hessian, log-likelihood and zero-temperature score

13 Jul 23:17

Choose a tag to compare

Features

  • Hessian (or generally, trace of the Jacobian of a drift function) added
  • Log-likelihood computation using the ODE
  • Zero-temperature score as the score of the log-likelihood implemented
  • Fixed a bug in VPSDE

v0.3.0

08 Jul 21:32

Choose a tag to compare

Initial release