Skip to content

v0.3.0

Compare
Choose a tag to compare
@ottonemo ottonemo released this 26 Jul 12:47
· 476 commits to master since this release

Features

API changes

  • train_step is now split in train_step and train_step_single in order to support LBFGS, where train_step_single takes the role of your typical training inner-loop when writing PyTorch models
  • device parameter on skorch.dataset.Dataset is now deprecated
  • Checkpoint parameter target is deprecated in favor of f_params

Contributors

A big thanks to our contributors who helped making this release possible:

  • Andrew Spott
  • Scott Sievert
  • Sergey Alexandrov
  • Thomas Fan
  • Tomasz Pietruszka