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
I'm getting following error. This could be an issue with the labels.csv file I' creating. Would you mind sharing your labels.csv file?
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1
at org.nd4j.linalg.util.FeatureUtil.toOutcomeVector(FeatureUtil.java:38)
at org.deeplearning4j.datasets.canova.RecordReaderDataSetIterator.getDataSet(RecordReaderDataSetIterator.java:194)
at org.deeplearning4j.datasets.canova.RecordReaderDataSetIterator.next(RecordReaderDataSetIterator.java:134)
at org.deeplearning4j.datasets.canova.RecordReaderDataSetIterator.next(RecordReaderDataSetIterator.java:277)
at org.deeplearning4j.datasets.canova.RecordReaderDataSetIterator.next(RecordReaderDataSetIterator.java:45)
at com.semantive.deeplearning.examples.Cifar.main(Cifar.java:89)
The text was updated successfully, but these errors were encountered:
Hi,
I'm getting following error. This could be an issue with the labels.csv file I' creating. Would you mind sharing your labels.csv file?
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1
at org.nd4j.linalg.util.FeatureUtil.toOutcomeVector(FeatureUtil.java:38)
at org.deeplearning4j.datasets.canova.RecordReaderDataSetIterator.getDataSet(RecordReaderDataSetIterator.java:194)
at org.deeplearning4j.datasets.canova.RecordReaderDataSetIterator.next(RecordReaderDataSetIterator.java:134)
at org.deeplearning4j.datasets.canova.RecordReaderDataSetIterator.next(RecordReaderDataSetIterator.java:277)
at org.deeplearning4j.datasets.canova.RecordReaderDataSetIterator.next(RecordReaderDataSetIterator.java:45)
at com.semantive.deeplearning.examples.Cifar.main(Cifar.java:89)
The text was updated successfully, but these errors were encountered: