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

Commit

Permalink
Removed mention of deprecated Model API
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushghai committed Dec 12, 2018
1 parent 91392c4 commit 2cdca99
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scala-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ Scala Training APIs
- Module API :
[The Module API](https://mxnet.incubator.apache.org/api/scala/module.html) provides an intermediate and high-level interface for performing computation with neural networks in MXNet. Modules provide high-level APIs for training, predicting, and evaluating.

- Model API :
The Model API can be used to train models for deep learning. You can refer to [Model API](https://mxnet.incubator.apache.org/api/scala/model.html) for example usage to train a model.

- KVStore API :
To run training over multiple GPUs and multiple hosts, one can use the [KVStore API](https://mxnet.incubator.apache.org/api/scala/kvstore.html).

Expand Down

0 comments on commit 2cdca99

Please sign in to comment.