Skip to content

A repository demonstrating using the MXNet Java API for inference

License

Notifications You must be signed in to change notification settings

lupesko/MXNetJavaInferenceExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A repository demonstrating using the MXNet Java API for inference

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages