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

Broken link to saving/loading examples

Open lamoyrl90 opened this issue 5 years ago • 0 comments

I was just reading through the documentation on model saving/loading here

I noticed the link at the bottom of the first section ("basic example") directed to the following:

https://github.com/eclipse/deeplearning4j-examples/tree/master/dl4j-examples/src/main/java/org/deeplearning4j/examples/misc/modelsaving

I think the correct link is here:

https://github.com/eclipse/deeplearning4j-examples/tree/master/dl4j-examples/src/main/java/org/deeplearning4j/examples/quickstart/features/modelsavingloading

And if that's the case, the documentation might need to juxtapose the description of the two examples in the preceding text that starts with "Internally, these methods use the ModelSerializer class..."

lamoyrl90 avatar Sep 08 '20 19:09 lamoyrl90