You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,20 @@ A fork of the deep learning framework [mxnet](http://mxnet.io) to study and impl
5
5
This project is based on the [first version of BMXNet](https://github.com/hpi-xnor/BMXNet), but is different in that it reuses more of the original MXNet operators.
6
6
This aim was to have only minimal changes to C++ code to get better maintainability with future versions of mxnet.
7
7
8
+
## mxnet version
9
+
10
+
This version of BMXNet 2 is based on: *mxnet v1.4.1*
11
+
8
12
## News
9
13
10
-
-**May 21, 2019** - Upgraded to MXNet v1.4.0
11
-
- Model converter released ([Test & Example](tests/binary/test_converter.py))
12
-
- All changes: [Changelog](CHANGELOG.md)
13
-
-**Sep 01, 2018** - MXNet v1.3.0
14
-
- We are currently rebuilding BMXNet to utilize the new Gluon API for better maintainability
14
+
See all BMXNet changes: [Changelog](CHANGELOG.md).
15
+
16
+
-**May 21, 2019**
17
+
- Model converter for deployment released ([Test & Example](tests/binary/test_converter.py))
18
+
-**Sep 01, 2018**
19
+
- We rebuilt BMXNet to utilize the new Gluon API for better maintainability
15
20
- To build binary neural networks, you can use drop in replacements of convolution and dense layers (see [Usage](#usage)):
16
-
- Changes are now documented in the [Changelog](CHANGELOG.md)
17
21
- Note that this project is still in beta and changes might be frequent
18
-
- We do not yet support deployment and inference with binary operations and models (please use the [first version of BMXNet](https://github.com/hpi-xnor/BMXNet) instead if you need this).
0 commit comments