-
Not an immediate priority, but would be nice to have at some point.
https://arxiv.org/pdf/1804.02767.pdf
Aha! Link: https://skymindai.aha.io/features/DL4J-18
-
One trap for Keras import of CNNs in RGB vs. BGR layout for images.
It's straightforward to configure (see test below) but many users don't even think of this when importing their nets.
We should …
-
**Describe the issue**
Refering to the comment in Discord:
Hi, In DL4J beta7, the UI Server dies after the model finishes training.. how to keep it enabled ?
-
We currently allow static libs to be included in images. We should allow object files as well, in case a library contains object files instead of static libs. This allows e.g. nd4j/dl4j to be used on …
-
hi
i have cloned the deeplearning4j from git as mentioned in the steps for installation of this template, but i dont see a setup file or the specific snapshot version 0.0.3.3.3 to install nor does th…
-
Add Model visualization (supported in b6 of dl4j) to help with finding better hyper-parameters in order to tune better.
See https://deeplearning4j.konduit.ai/tuning-and-training/visualization
-
Running the example in the readme
```julia
using Embeddings
const embtable = load_embeddings(Word2Vec) # or load_embeddings(FastText_Text) or ...
```
fails with
```
ERROR: HTTP.ExceptionR…
-
-bash: run-simple: command not found
Mac OSX
-
Unexpected exception when load own dataset. The execution of the code from [FeaturizedPreSave](https://github.com/deeplearning4j/dl4j-examples/blob/master/dl4j-examples/src/main/java/org/deeplearning4…
-
Failed to run program that uses DL4J Training UI
Here's the [error](https://gist.github.com/codenamewei/43eb6f21e8c91e56df510ef1f7fa8fed)