You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description
Please describe your issue, along with:
expected behavior
run correctly
encountered behavior
Batch = 100
Epoch complete: 1%
======================== TEST ========================
In: what is all this " they " shit ? this ain't a movie .
Out: Exception in thread "main" org.nd4j.linalg.exception.ND4JIllegalStateException: New shape length doesn't match original length: [0] vs [1792]. Original shape: [14, 128] New Shape: [32, 0, 128]
at org.nd4j.linalg.api.ndarray.BaseNDArray.reshape(BaseNDArray.java:3767)
at org.nd4j.linalg.api.ndarray.BaseNDArray.reshape(BaseNDArray.java:3712)
at org.deeplearning4j.nn.conf.preprocessor.FeedForwardToRnnPreProcessor.preProcess(FeedForwardToRnnPreProcessor.java:68)
at org.deeplearning4j.nn.graph.vertex.impl.LayerVertex.applyPreprocessorAndSetInput(LayerVertex.java:118)
at org.deeplearning4j.nn.graph.vertex.impl.LayerVertex.setInput(LayerVertex.java:170)
at org.deeplearning4j.nn.graph.ComputationGraph.ffToLayerActivationsDetached(ComputationGraph.java:2029)
at org.deeplearning4j.nn.graph.ComputationGraph.feedForward(ComputationGraph.java:1556)
at com.xxx.EncoderDecoderLSTM.output(EncoderDecoderLSTM.java:390)
at com.xxx.EncoderDecoderLSTM.test(EncoderDecoderLSTM.java:379)
at com.xxx.EncoderDecoderLSTM.train(EncoderDecoderLSTM.java:319)
at com.xxx.EncoderDecoderLSTM.run(EncoderDecoderLSTM.java:237)
at com.xxx.EncoderDecoderLSTM.main(EncoderDecoderLSTM.java:207)Version Information
Please indicate relevant versions, including, if relevant:
beta7
Mac OS 10.15.6
Contributing
The text was updated successfully, but these errors were encountered:
Issue Description
Please describe your issue, along with:
expected behavior
run correctly
encountered behavior
Batch = 100
Epoch complete: 1%
======================== TEST ========================
In: what is all this " they " shit ? this ain't a movie .
Out: Exception in thread "main" org.nd4j.linalg.exception.ND4JIllegalStateException: New shape length doesn't match original length: [0] vs [1792]. Original shape: [14, 128] New Shape: [32, 0, 128]
at org.nd4j.linalg.api.ndarray.BaseNDArray.reshape(BaseNDArray.java:3767)
at org.nd4j.linalg.api.ndarray.BaseNDArray.reshape(BaseNDArray.java:3712)
at org.deeplearning4j.nn.conf.preprocessor.FeedForwardToRnnPreProcessor.preProcess(FeedForwardToRnnPreProcessor.java:68)
at org.deeplearning4j.nn.graph.vertex.impl.LayerVertex.applyPreprocessorAndSetInput(LayerVertex.java:118)
at org.deeplearning4j.nn.graph.vertex.impl.LayerVertex.setInput(LayerVertex.java:170)
at org.deeplearning4j.nn.graph.ComputationGraph.ffToLayerActivationsDetached(ComputationGraph.java:2029)
at org.deeplearning4j.nn.graph.ComputationGraph.feedForward(ComputationGraph.java:1556)
at com.xxx.EncoderDecoderLSTM.output(EncoderDecoderLSTM.java:390)
at com.xxx.EncoderDecoderLSTM.test(EncoderDecoderLSTM.java:379)
at com.xxx.EncoderDecoderLSTM.train(EncoderDecoderLSTM.java:319)
at com.xxx.EncoderDecoderLSTM.run(EncoderDecoderLSTM.java:237)
at com.xxx.EncoderDecoderLSTM.main(EncoderDecoderLSTM.java:207)Version Information
Please indicate relevant versions, including, if relevant:
beta7
Mac OS 10.15.6
Contributing
The text was updated successfully, but these errors were encountered: