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

Improve documentation and comments for TensorFlow/Keras import examples

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

This PR enhances the clarity of the KerasMNISTImportExample by improving inline comments and adding explanations for each major step:

  • Loading MNIST test dataset
  • Importing TensorFlow/Keras .h5 model into DL4J
  • Running evaluation and interpreting results

No functional changes were made to the example.
The purpose of this update is to help new users understand how to correctly import and run pretrained Keras models using DL4J.

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