Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

87 lines (58 loc) · 2.9 KB

BMXNet Change Log

Note, that this is not the official mxnet changelog, but rather only the additions we made to mxnet to implement binary layers and examples for BMXNet. All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.4.2] - 2020-06-10

Fixed

  • Amalgamation works again

[0.4.1] - 2020-06-09

Added

  • RAdam optimizer
  • Docker build instructions

[0.4.0] - 2019-12-18

Changed

  • Upgrade base version of mxnet to mxnet v1.5.1

Fixed

  • model converter test
  • model visualization

[0.3.1] - 2019-05-28

Changed

  • Upgrade base version of mxnet to mxnet v1.4.1

[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

[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

[0.1.0] - 2018-09-05

Version of BMXNet started (coincides with adapting our code to Gluon).