I am trying to run the example of deeplearning4j LenetMnistExample. Error of "Frame is not available" occurrs in these lines
DataSetIterator mnistTrain = new MnistDataSetIterator(batchSize,true,12345);
DataSetIterator mnistTrain = new MnistDataSetIterator(batchSize,true,12345);
Can anyone help how to resolve this?