deeplearning4j-examples
deeplearning4j-examples copied to clipboard
Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)
Trying to run RunGraphExample frozen_graph.pb on trained model Faster-RCNN with Tensorflow 1.13.1 , org.deeplearning4j "1.0.0-beta6" (Tensorflow 1.15) ``` val data: Array[Array[Int]] = new Array[Array[Int]](img.getWidth * img.getHeight); for (i
Fix linspace/range both exist as op, random uniform int too Assign me.
[ INFO ] Deeplearning4j version: 1.0.0-beta5 Platform information: Windows 10 CUDA version: No NVIDIA driver version: No Issue #1: File: .../src/main/java/org/deeplearning4j/examples/dataexamples/MultiClassLogit.java [ EXCEPTION ] Exception in thread "main" java.lang.IllegalStateException: Indices...
From stack overflow [here](https://stackoverflow.com/questions/61412625/loading-a-trained-mixed-density-network-in-dl4j) > I have built and trained a Mixed Density Network with Keras mostly following this medium post which contains an implementation of the mean negative log-likelihood...
* Summary: Takes too long to be a realistic example. * Action to be taken: Needs to be updated to something that runs quicker. * Notes: Might also be a...
* provide specific & tested Gradle version to guarantee a working example * convert dynamically-typed Gradle script to statically-typed Kotlin DSL * update dependencies * cleanup imports
Assign me or @RobAltena
I could provide you with a corresponding pull request and wanted to check if this is actually wanted before I waste my time... I could refactor `build.gradle` to `build.gradle.kts` that...
## What changes were proposed in this pull request? Add end-to-end training word vector and use the trained word vector for classification as mentioned in issues #877 ## How was...
add comment for DatasetIteratorFromHdfs.java and SparkScoreIterationListener.java