Skip to content

Releases: riga/LBN

v1.2.2

24 Jun 12:57
Compare
Choose a tag to compare

Updates & Fixes

v1.2.1

11 Jun 22:31
Compare
Choose a tag to compare
  • Fix tensor caches when exporting models as graphs. (10b2967)

v1.2.0

02 Jun 21:44
Compare
Choose a tag to compare
  • Add protection against beta >= 1 in boosts. (8084af2)
  • Split feature cache into symbolic and eager one, improve wrapping. (ef298f2)
  • Refactor feature wrapping, make output precomputable. (48d3b2c)
  • Allow auxiliary features being passed through LBN. (e5712c2)
  • Merge pull request #3 from NiclasEich/master (3fee71a)
  • Unify weight creation between LBN and LBNLayer. (3ab2653)
  • Add seed and trainable kwargs to LBN, streamline LBNLayer. (d5bee55)
  • Full compatibility with eager and graph mode. (82befe4)
  • Test cases for saving and graph building (7f17125, 41d2140)