View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window deeplearning4j-ui-remote-iterationlisteners-0.9.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.deeplearning4j.ui.flow
├─ org.deeplearning4j.ui.flow.RemoteFlowIterationListener.class - [JAR]
org.deeplearning4j.ui.weights
├─ org.deeplearning4j.ui.weights.RemoteConvolutionalIterationListener.class - [JAR]
├─ org.deeplearning4j.ui.weights.RemoteHistogramIterationListener.class - [JAR]
org.deeplearning4j.ui
├─ org.deeplearning4j.ui.WebReporter.class - [JAR]