Skip to content

v0.1.2

Compare
Choose a tag to compare
@andreped andreped released this 03 Jun 16:05
· 616 commits to main since this release

Changes:

  • Fixed critical bug regarding gradient updates (use MEAN reduction, instead of SUM reduction)
  • Now, GA yields identical results compared to regular batch training
  • Added unit tests with pytest to yield AssertionError if results are different
  • Added compatibility with sample_weight - now GAModelWrapper should be fully compatible with model.compile/fit

Full Changelog: v0.1.1...v0.1.2