项目作者: lupesko

项目描述 :
A repository demonstrating using the MXNet Java API for inference
高级语言: Java
项目地址: git://github.com/lupesko/MXNetJavaInferenceExample.git
创建时间: 2019-01-16T08:53:00Z
项目社区:https://github.com/lupesko/MXNetJavaInferenceExample

开源协议:Apache License 2.0

下载


MXNetJavaInferenceExample

A repository demonstrating using the MXNet Java API for inference

Running the image classification example

  1. Follow the instructions in the MXNet website Java API setup.
  2. Build by running mvn clean install dependency:copy-dependencies
  3. Run the image classification example by running java -cp "target/javaMXNet-1.0-SNAPSHOT.jar:target/dependency/*" MXNetDemo.App