v0.4.0
Added
- Add
ScratchBackbonefor benchmarking DL models without pretrained weights. Only compatible withFullFinetune(enforced by theExperimentvalidator) (#30). - Add
class_weightparameter toRidgeProbingTraining("balanced"orNone); default changed to"balanced"— passNonefor the previous unweighted behavior (#32). - Add
dtypeparameter toRidgeProbingTraining("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 anidentifiersentry inCITATION.cff.
Full Changelog: v0.3.0...v0.4.0