Skip to content

Releases: analysiscenter/batchflow

0.8.10

29 Oct 09:41
0315547
Compare
Choose a tag to compare

What's Changed

  • Add openvino and DirDiskMonitor

Full Changelog: 0.8.9...0.8.10

0.8.9

29 Jul 09:21
3446ceb
Compare
Choose a tag to compare

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

15 Jul 08:53
67d289a
Compare
Choose a tag to compare

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

01 Aug 10:50
Compare
Choose a tag to compare

Update package versions

0.8.6

25 Jul 12:56
Compare
Choose a tag to compare

Added Normalizer and Quantizer classes for convenience

0.8.5

05 Jul 09:18
bf0149c
Compare
Choose a tag to compare

Minor fixes

0.8.4

19 May 10:45
Compare
Choose a tag to compare

Fix both versions to be the same

0.8.3

18 May 15:30
ffee5c7
Compare
Choose a tag to compare

Fix model decay behaviour

0.8.2a

04 May 11:36
Compare
Choose a tag to compare

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 with outputs on the fly
  • fixed release action

0.8.1

13 Feb 11:53
7408418
Compare
Choose a tag to compare

Fix small bug relating padding in ResBlock