Version 0.3.0
[0.3.0] - 2019-05-21
Added
- Model converter, which compresses weights and adapts symbol file:
- Code is under tools/binary_converter
- Executable can be found here after the build:
build/tools/binary_converter/model-converter
- Test/example: tests/binary/test_converter.py
- Binary inference on CPU and GPU
- Support for dilation with binary layers
Changed
- Tests now reside in tests/binary
- Code in python/mxnet/visualization.py changed:
print_summary
now estimates amount of operations (accounts for theoretical speedup)