Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nswamy authored Aug 24, 2017
1 parent f87854c commit ba6413d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ MXNet Change Log
================
## 0.11.0-rc3
### - Major Features
- Apple Core ML model converter
- Support for Keras v1.2.2
- Gluon Interface(experimental)
- For more information see [full release notes](https://cwiki.apache.org/confluence/display/MXNET/v0.11.0+Release+Notes)
- [Apple Core ML model converter](https://github.com/apache/incubator-mxnet/blob/master/tools/coreml/README.md)
- Support for [Keras v1.2.2](https://github.com/dmlc/keras/wiki/Installation)
- [Gluon Interface(experimental)](https://github.com/apache/incubator-mxnet/blob/v0.11.0/docs/api/python/gluon.md)
- Updated [LICENSE and NOTICE](https://github.com/apache/incubator-mxnet/pull/7565) files.
- For more information see [full release notes](https://cwiki.apache.org/confluence/display/MXNET/v0.11.0+Release+Notes)
### - API Changes
- Added `CachedOp`. You can now cache the operators that’s called frequently with the same set of arguments to reduce overhead.
- Added sample_multinomial for sampling from multinomial distributions.
Expand Down

0 comments on commit ba6413d

Please sign in to comment.