Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@maffettone maffettone released this 05 Jan 20:33
· 10 commits to main since this release

Enable partial initialization and constraint specification

  • Address scope and convenience imports. The nmf module is accesible at the top level, as well as the NMF class.
    :code:cmf.nmf... and :code:cmf.NMF(...).
  • More flexibility at torch level with constraints. Allows for partial initialization of components and weights, and
    partial specification of constraints.