deeplearning4j-examples
deeplearning4j-examples copied to clipboard
EncoderDecoderLSTM errors out
Even on snapshots. Might be a bug. Assign me.
any news in this ticket?
I was able to make the code run without a problem by adding a few lines to the train() module: See th e lines marked //rgw if (System.currentTimeMillis() - lastTestTime > TEST_EACH_MS) { ComputationGraph tmpNet = net;//rgw net = ComputationGraph.load(networkFile, true);//rgw load most recent saved network test(); net = tmpNet;//rgw lastTestTime = System.currentTimeMillis(); }