项目作者: meandor

项目描述 :
DeepLearning4J UI Viewer
高级语言: Java
项目地址: git://github.com/meandor/magic-man.git
创建时间: 2017-08-30T16:49:19Z
项目社区:https://github.com/meandor/magic-man

开源协议:

下载


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:

  1. ./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:

  1. ./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.