Skip to content

Releases: explosion/spacy-loggers

v1.0.5: New loggers

11 Sep 16:21
4c1e065
Compare
Choose a tag to compare
  • Add ChainLogger.v1, PyTorchLogger.v1 and LookupLogger.v1 (#19).
  • Add CupyLogger.v1 (#24).
  • Add WandbLogger.v5 (#21).
  • Add ClearMLLogger.v2 (#22).
  • Add MLflowLogger.v2 (#23).

v1.0.4: Add ClearMLLogger

08 Dec 14:00
75e56f3
Compare
Choose a tag to compare
  • Add spacy.ClearMLLogger.v1 (#12).
  • Update types (#16).

Thanks to @thepycoder for the contribution!

v1.0.3: Add MLflowLogger

14 Jul 12:12
03321e6
Compare
Choose a tag to compare
  • Add spacy.MLflowLogger.v1

Thanks to @snosrap for the contribution!

v1.0.2: Log models with WandbLogger

01 Apr 06:29
8daa597
Compare
Choose a tag to compare
  • Add spacy.WandbLogger.v4 with the additional settings log_best_dir and log_latest_dir.

Thanks to @Zatteliet for the contribution!