Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 817 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 817 Bytes

Magic Man

A Java Application that takes a DeepLearning4j FileStatsStorage file and uses it to display the DeepLearning4J UI.

You gave me that candy, now I'll do you a favor in return! A magic favor! (singing) A mystical magical favor! For you!

-- Magic Man (Adventure Time)

The DeepLearning4J UI is accessable via http://localhost:9000. For more info see docu

Usage

To build:

./gradlew distZip

This will create a zip file under ./build/distributions/$zipfilename.zip

You have to extract the content of the zip file and execute the bash script from the extracted folder like this:

./bin/magic-man $path-to-your-file-stats-storage-file

where $path-to-your-file-stats-storage-file is the path to your dl4j FileStatsStorage file.