#BAEL-18260 Try and update the nd4j dependency to fix the build

This commit is contained in:
Alessio Stalla
2019-10-13 09:38:38 +02:00
parent 8775cdb106
commit 3a7c2ac8cc
2 changed files with 7 additions and 2 deletions

View File

@@ -165,4 +165,4 @@ public class MnistClassifier {
ModelSerializer.writeModel(model, modelPath, true);
logger.info("The MINIST model has been saved in {}", modelPath.getPath());
}
}
}