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

Release v0.3.0

Pre-release
Pre-release

Choose a tag to compare

@justusschock justusschock released this 07 Feb 11:00
· 1128 commits to master since this release
bae606a

Release 0.3.0

Added

  • TensorFlow support including

    • AbstractTfNetwork
    • TfNetworkTrainer
    • TfExperiment
    • ClassificationNetworkBaseTf
  • Basic Test-API in Experiment (commit)

  • More Unittests

  • Methods to get a subset of each Dataset

  • Stratified Kfold

Bugfixes

  • dropping last batch in PyTorchNetworkTrainer.predict (commit)
  • Check for installed backends