DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
API Changes
- Changed Namespace for mxnet for MXNet scala from ml.dmlc.mxnet to org.apache.mxnet (#10284).
- Added copy flag for astype (#10347).
- Added context parameter to Scala Infer API - ImageClassifier and ObjectDetector (#10252).
- Added axes support for dropout in gluon (#10032).
- Added default `ctx` to cpu for `gluon.Block.load_params` (#10160).
- Added support for variable sequence length in gluon.RecurrentCell (#9934).
- Added convenience fluent method for squeeze op (#9734).
- Made array.reshape compatible with numpy (#9790).
- Added axis support and gradient for L2norm (#9740)
...