-
I've been working on a text prediction problem using a one-hot encoding scheme. I was noticing some strange performance issues while tuning my parameters and came across [this website](https://svail.g…
-
Here are my steps:
1) imported a keras model in dl4j;
2) run the model to predict a sample, it worked well;
3) saved the model in dl4j to "model.zip";
4) then restore it immediate by restoreComput…
-
1. Current implementation of VPTree in parallel mode has race conditions and its output is unstable.
This test fails sporadically when output of similar tree woith different workers count in this tes…
-
Hello. I'm trying to import a model from ssd https://github.com/rykov8/ssd_keras Keras and facing a problem. In dl4j no AtrousConvolution2D https://keras.io/layers/convolutional/#atrousconvolution2d .…
-
This is a follow-up on a Gitter conversation, and not an actual problem with DL4J per se, but if anyone has ideas on how to proceed, it would be helpful.
I'm trying to implement the Neural Style Tr…
-
#### Issue Description
I trained a 4 layer BLSTM model in Keras and tried to import this model using:
ComputationGraph net = KerasModelImport.importKerasModelAndWeights
but when I tried to f…
-
Trying to import an LSTM for text classification written in Keras (in the spirit of [this article](http://machinelearningmastery.com/sequence-classification-lstm-recurrent-neural-networks-python-keras…
-
#### Issue Description
Trying to import a keras model with KerasImport.importKerasModelAndWeights() results in a NullPointerException.
This is due to the fact that, in the function mapOptimizer …
-
#### Issue Description
It looks like the remoteUrl for vgg16_dl4j_inference.zip at least is http, not https: ``http://blob.deeplearning4j.org/models/vgg16_dl4j_inference.zip``
![image](https://use…
-
Based on the javacpp presets which allow python script execution, we should add the ability for datavec to support
running python scripts for pre processing. This will allow easier integration of dl4j…