Hello,
I would like to ask some question about Scala on MXNet
(1)
Does AWS Deep Learning AMI support Scala ?
(2)
In Symbol class, the Doc says that both the method attrMap() and listAttr() are defined:
https://mxnet.incubator.apache.org/api/scala/docs/index.html#ml.dmlc.mxnet.Symbol
but when we call them in code these method are not found.
My dependency setting is :
“ml.dmlc.mxnet” % “mxnet-full_2.11-linux-x86_64-cpu” % "0.9.3a"
and I can’t find out MXNet version 1.0 in maven
(3)
There is no package org.apache.mxnet in maven which is used in GitHub tutorial
Thank you!