tavoaqp commented on issue #18655:
URL:
https://github.com/apache/incubator-mxnet/issues/18655#issuecomment-674431674
hey @lanking520 I got some progress: I switched to Scala 2.12.12 and fixed
the dependencies. Everything compiles (with some warnings though) but when it
comes to compile the `examples` project I get this:
```java
[INFO] --- scala-maven-plugin:3.4.4:doc-jar (compile) @ mxnet-examples ---
/home/gustavo/git/incubator-mxnet/scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/benchmark/ObjectDetectionBenchmark.java:35:
error: not found: type NDArray$
private NDArray$ NDArray = NDArray$.MODULE$;
^
/home/gustavo/git/incubator-mxnet/scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/BertQA.java:52:
error: not found: type NDArray$
private static NDArray$ NDArray = NDArray$.MODULE$;
^
/home/gustavo/git/incubator-mxnet/scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/predictor/PredictorExample.java:48:
error: not found: type NDArray$
private static NDArray$ NDArray = NDArray$.MODULE$;
```
Any pointers?
Thanks!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]