Created
July 11, 2016 19:59
-
-
Save andrewclegg/c490625a7fc7878616720d80dfc28596 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[error] (run-main-0) java.lang.IllegalArgumentException: Length is >= Integer.MAX_VALUE: lengthLong() must be called instead | |
java.lang.IllegalArgumentException: Length is >= Integer.MAX_VALUE: lengthLong() must be called instead | |
at org.nd4j.linalg.api.ndarray.BaseNDArray.length(BaseNDArray.java:3972) | |
at org.nd4j.linalg.util.LinAlgExceptions.assertSameLength(LinAlgExceptions.java:37) | |
at org.nd4j.linalg.api.ops.BaseAccumulation.<init>(BaseAccumulation.java:57) | |
at org.nd4j.linalg.api.ops.BaseAccumulation.<init>(BaseAccumulation.java:66) | |
at org.nd4j.linalg.api.ops.impl.accum.Norm1.<init>(Norm1.java:48) | |
at org.nd4j.linalg.api.ndarray.BaseNDArray.norm1(BaseNDArray.java:3513) | |
at org.deeplearning4j.models.embeddings.reader.impl.BasicModelUtils.wordsNearest(BasicModelUtils.java:210) | |
at org.deeplearning4j.models.embeddings.reader.impl.BasicModelUtils.wordsNearest(BasicModelUtils.java:179) | |
at org.deeplearning4j.models.embeddings.reader.impl.BasicModelUtils.wordsNearest(BasicModelUtils.java:88) | |
at org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl.wordsNearest(WordVectorsImpl.java:245) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment