我要通過使用deeplearning4j平臺上的示例對我自己的圖像進行異常檢測。我改變這樣的代碼: int rngSeed=123;
Random rnd = new Random(rngSeed);
int width=28;
int height=28;
int batchSize = 128;
MultiLayerConfiguration
我在Deeplearning4j中使用了Doc2Vec算法,在我的Windows 10 PC上運行它時它工作正常,但是當我嘗試在Linux機器上運行它時,出現以下錯誤: java.lang.NoClassDefFoundError: Could not initialize class org.nd4j.linalg.factory.Nd4j
at org.deeplearning4j.mode