Releases: analysiscenter/batchflow
Releases · analysiscenter/batchflow
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
0.8.2a
Lots of incremental improvements. Main features are:
- fix memory leak in
Pipeline.run
with prefetch turned on; - make
Profiler
a lot faster, which allows to turn it on by default - make
TorchModel
work withoutputs
on the fly - fixed release action
0.8.1
Fix small bug relating padding in ResBlock