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

Does Java API has same capability as Python? #19233

Answered by lanking520
wangtieqiao asked this question in Q&A
Discussion options

You must be logged in to vote

@wangtieqiao Currently MXNet 1.x training API using deprecated feature and we are proposing the path to get Java API for 2.0, but mostly low level.

From my personal point of view, TensorFlow Java (2.0) API is still going on a long path to support all of the operators. Again I would like to raise my +1 to DJL (djl.ai). It support MXNet training and leverage MXNet ParameterStore to serve for multi-gpu training. There is even a whole study series (https://github.com/aws-samples/d2l-java) to learn how you can use DJL for training using MXNet engine. It used the same API that MXNet Gluon used, such as autograd, cachedOp and a lot more.

Talking About DL4J, they support training, however only in…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@wangtieqiao
Comment options

Comment options

You must be logged in to vote
2 replies
@lanking520
Comment options

@wangtieqiao
Comment options

Answer selected by wangtieqiao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants