You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/06/11 21:36:31 UTC

[GitHub] [incubator-mxnet] zachgk commented on issue #15191: How to load model parameters in jar packages using java predictor

zachgk commented on issue #15191: How to load model parameters in jar packages using java predictor
URL: https://github.com/apache/incubator-mxnet/issues/15191#issuecomment-501032544
 
 
   @rongruosong What you could do is copy all of the parameters from the jar to a temporary directory. Then, give the path to the temporary directory. We have to do something similar with the mxnet binary files in https://github.com/apache/incubator-mxnet/blob/master/scala-package/core/src/main/scala/org/apache/mxnet/util/NativeLibraryLoader.scala#L147.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services