Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Bugfix Release v0.4.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@justusschock justusschock released this 27 Jul 07:37
· 703 commits to master since this release
7586390

Bugfix Release v0.4.1

Bugfixes

  • Several improvements to reduce memory usage (and fixed an actual memory leak)
  • Fix the Search for previous trainings [commit]
  • Convert Metric Values to Numpy [commit]
  • Epochs correctly saved in checkpoints [commit]
  • Refactoring to clean up global namespace [commit]

Improvements

  • Add numba jitting for transforms [commit]
  • Bump TensorFlow to 1.14 [commit]
  • Versioning via versioneer for more detailed versions [commit]