Skip to content

Releases: hpi-xnor/BMXNet-v2

Version 0.4.1

09 Jun 18:00
Compare
Choose a tag to compare

[0.4.1] - 2020-06-09

Added

  • RAdam optimizer
  • Docker build instructions

Version 0.4.0

09 Jun 17:59
Compare
Choose a tag to compare

[0.4.0] - 2019-12-18

Changed

  • Upgrade base version of mxnet to mxnet v1.5.1

Fixed

  • model converter test
  • model visualization

Version 0.3.1

28 May 09:04
Compare
Choose a tag to compare

Changed

  • Upgrade base version of mxnet to mxnet v1.4.1

Version 0.3.0

22 May 07:27
Compare
Choose a tag to compare

[0.3.0] - 2019-05-21

Added

  • Model converter, which compresses weights and adapts symbol file:
  • Binary inference on CPU and GPU
  • Support for dilation with binary layers

Changed

BMXNet-v2 Beta

06 Dec 08:18
Compare
Choose a tag to compare

[0.2.0] - 2018-12-04

First beta version.
Note that binary (and quantized) examples are maintained separately in a submodule:
example/bmxnet-examples

Added

Changed

  • Code in python/mxnet/visualization.py changed:
    • plot_network skips certain layers which clutter binary network graphs
    • print_summary calculates compressed model size and prints number of binarized/quantized and full-precision weights