Skip to content

v0.4.0

Choose a tag to compare

@PierreGtch PierreGtch released this 07 May 00:46
c67ec38

Added

  • Add ScratchBackbone for benchmarking DL models without pretrained weights. Only compatible with FullFinetune (enforced by the Experiment validator) (#30).
  • Add class_weight parameter to RidgeProbingTraining ("balanced" or None); default changed to "balanced" — pass None for the previous unweighted behavior (#32).
  • Add dtype parameter to RidgeProbingTraining ("float32" or "float64", default "float64"). Use "float32" only when necessary, e.g. on Apple MPS which does not support float64 (#32).

Changed

  • Fill in the Zenodo concept DOI (10.5281/zenodo.19698863) in the README DOI badge and the BibTeX snippet, and add it as an identifiers entry in CITATION.cff.

Full Changelog: v0.3.0...v0.4.0