Releases: analysiscenter/batchflow
Releases · analysiscenter/batchflow
0.8.12
What's Changed
- Fix plot by @AlexeyKozhevin in #782
- 0.8.12 by @roman-kh in #788
Full Changelog: 0.8.11...0.8.12
0.8.11
What's Changed
- Update release workflows
- Fix scale in ImagesBatch
- Add
ignore_attributes
tosave
method ofTorchModel
- Updates for new numpy, torch and python >= 3.12
- Import TelegramMessage only if necessary
Full Changelog: 0.8.10...0.8.11
0.8.10
0.8.9
This release:
- improves the functions for optimal batch size computation;
- allows for using dictionary for model
outputs
; - adds a few new
Monitor
types; - fixes
Pipeline
queue and allows for passing executors to the run;
Full Changelog: 0.8.8...0.8.9
0.8.8
This PR:
- improves
Normalizer
class; - adds a way to get detailed activations of a
TorchModel
; - adds a tutorial on segmentation with
batchflow
, as well as ADE20k dataset; - adds delayed imports mechanism and applies it to rarely-used libraries or ones with optional dependencies;
Full Changelog: 0.8.7...0.8.8
0.8.7
Update package versions
0.8.6
Added Normalizer
and Quantizer
classes for convenience
0.8.5
Minor fixes
0.8.4
Fix both versions to be the same
0.8.3
Fix model decay behaviour