deeplearning4j-examples icon indicating copy to clipboard operation
deeplearning4j-examples copied to clipboard

EncoderDecoderLSTM errors out

Open eraly opened this issue 4 years ago • 2 comments

Even on snapshots. Might be a bug. Assign me.

eraly avatar Apr 06 '20 01:04 eraly

any news in this ticket?

kosaa avatar Sep 19 '20 21:09 kosaa

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(); }

ronniegward avatar Dec 17 '20 20:12 ronniegward