deeplearning4j-examples icon indicating copy to clipboard operation
deeplearning4j-examples copied to clipboard

Add README documentation for ONNX import examples

Open NA-V10 opened this issue 1 month ago • 0 comments

This PR adds a new README.md file for the onnx-import-examples module.

✔ What’s included

  • Overview of ONNX import functionality in DL4J
  • Instructions on how to run the examples
  • Folder structure explanation
  • Notes on required ONNX model files
  • Example expected output

✔ Why this is useful

The ONNX example folder previously had no README, which made it difficult for new users to understand how to run the examples or where to place model files.
This README improves documentation clarity and onboarding experience for beginners.

No code changes; documentation only.

NA-V10 avatar Nov 18 '25 15:11 NA-V10