Skip to content

Releases: yoyololicon/pytorch-NMF

0.3.4

28 Mar 07:49
Compare
Choose a tag to compare

New Features:

  • Support sparse matrix as target (#16)

Bug fixed:

  • PLCA related bugs (#14)
  • nan value when backpropogation (cause by incorrect metrics calculation)

Others

  • Add benchmark notebook

First Stable Release hotfix

12 Mar 09:40
Compare
Choose a tag to compare

fix github publish workflow

First Stable Release

12 Mar 09:31
Compare
Choose a tag to compare
  • Fix some bugs presented in v0.3 and v0.3.1
  • Add unittest cases
  • Refactor PLCA module
  • Add PLCA documentation
  • Achieve code coverage > 94%
  • Solved #8