Releases: analysiscenter/batchflow
Releases · analysiscenter/batchflow
0.8.8
This PR:
- improves
Normalizerclass; - 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.runwith prefetch turned on; - make
Profilera lot faster, which allows to turn it on by default - make
TorchModelwork withoutputson the fly - fixed release action
0.8.1
Fix small bug relating padding in ResBlock
0.8.0
This release fixes crop behavior of TorchModel, as well as adds new blocks and methods:
InternBlockwith deformable convolutions- separate
BottleneckBlockthat extends the functionality ofResBlock - method for getting a reference to the current
TorchModelinstance insidetrain/predictcontexts modeparameter fortrainandpredictmethods to controlnn.Modulebehavior.
Also, this is the first version after numpy deprecation of autocast to dtype=object of mishaped arrays, so this is fixed in some places.
0.7.7
This release fixes one small TorchModel bug.