Skip to content

Releases: andrei-papou/kaggle-toolbox

v0.4.0

10 Jan 14:15
525036e
Compare
Choose a tag to compare
Merge pull request #26 from andrei-papou/rc-v0.4.0

RC v0.4.0

v0.3.0

30 Jan 12:07
c5d161f
Compare
Choose a tag to compare

Changes:

  • fixed memory leak when using iter submodule.
  • WAndBLogger enhancements.
  • Moved criteria of the metric to the metric class itself.
  • Introduced DatasetKind enum.
  • Added custom sampler option to the FullCycleTrainer.
  • Code quality is now validated by mypy and flake8.

v0.2.1

05 Dec 11:00
40ec438
Compare
Choose a tag to compare

Changes:

  • Fixed FP16 implementation
  • Tensors are not detach-ed before being passed to metrics.

v0.2.0

02 Dec 13:07
d4f8791
Compare
Choose a tag to compare

Changes:

  • Fixed #12 by creating a separate collator for labeled dataset item.
  • Added AWP and FGM.
  • Added hook system for StandardIterationTrainer.
  • Added BCEWithLogitsLoss.
  • Added MulticlassMajorityVotingEnsemblingStrategy.
  • Minor fixes and improvements.

v0.1.8

17 Nov 19:25
078b993
Compare
Choose a tag to compare

Changes

  • Added standard initialization for torch.nn.Module and torch.nn.Embedding.

v0.1.7

17 Nov 12:42
2c4f74b
Compare
Choose a tag to compare

Changes:

  • _before_optimizer_step invocation of StandardIterationTrainer is now aligned with gradient accumulation.

v0.1.6

16 Nov 13:44
8d04006
Compare
Choose a tag to compare

Changes:

  • Added x and y args to _before_optimizer_step of StandardIterationTrainer

v0.1.5

16 Nov 12:57
eaec070
Compare
Choose a tag to compare

Changes:

  • StandardIterationTrainer now provides _before_optimizer_step hook
  • StandardIterationTrainer now supports max_grad_norm argument for gradient clipping.

v0.1.4

15 Nov 14:31
a8b577a
Compare
Choose a tag to compare

Changes:

  • added FuncList feature generator.

v0.1.3

14 Nov 23:40
5a8d42b
Compare
Choose a tag to compare

Changes:

  • removed all references of t.TypeAlias