-
## I need to connect my code in python with android
### so I try to load own model by:
File model = new File("model.bin");
Word2Vec vec = WordVectorSerializer.readWord2VecModel(model);
#####…
-
#### Issue Description
When I run the ALE example, the following error wa thrown:
Exception in thread "main" org.deeplearning4j.exception.DL4JInvalidInputException: Got rank 3 array as input to …
-
#### Issue Description
hi could somebody tell me if `org.deeplearning4j.models.node2vec.Node2Vec` is usable? Already there seems to be a lot of implementation code, but it's been marked as 'under c…
-
If you create a network of type SparkDl4jMultiLayer, if you want to perform a regression (single output neuron) you may encounter an IndexOutOfBounds exception when fitting the network.
If you fit t…
-
#### Issue Description
I'm unable to run DL4J with nvidia CUDA back end despiite following the instructions here:
https://deeplearning4j.org/docs/latest/deeplearning4j-config-gpu-cpu
Project work…
nsoft updated
4 years ago
-
DeepLearning4j should be able to load Keras models
-
As we discussed during the meeting, it would be nice to define the file format for test_inputs and test_outputs.
I was thinking that we can use a `raw` formats that are commonly used to store ND-ar…
oeway updated
4 years ago
-
https://deeplearning4j.org/modelsaving.html
-
See title.
http://deeplearning4j.org/troubleshootingneuralnets
-
Current RNN examples are too complex. It would be nice if you have a simple example using DataVec (I got the impression that for RNN it is required to construct INDArray manually).
https://deeplea…
svkap updated
4 years ago