dris101 / dl4jgrapher   0.1.0

Apache License 2.0 GitHub

Classes to create a visualisation of a Deeplearning4j MultiLayerNetwork or ComputationGraph by generating Graphviz DOT files from the underlying Dl4J objects.

Scala versions: 2.13 2.12

dl4jgrapher 0.1.0


Group ID:
com.drissoft
Artifact ID:
dl4jgrapher_2.12
Version:
0.1.0
Release Date:
Jun 19, 2020
Licenses:
Files:

libraryDependencies += "com.drissoft" %% "dl4jgrapher" % "0.1.0"

Mill build tool

ivy"com.drissoft::dl4jgrapher:0.1.0"

Scala CLI

//> using dep "com.drissoft::dl4jgrapher:0.1.0"

Ammonite REPL

import $ivy.`com.drissoft::dl4jgrapher:0.1.0`

<dependency>
  <groupId>com.drissoft</groupId>
  <artifactId>dl4jgrapher_2.12</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.drissoft', name: 'dl4jgrapher_2.12', version: '0.1.0'