deeplearning4j / deeplearning4j-examples

Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)

Home Page:http://deeplearning4j.konduit.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken link to saving/loading examples

lamoyrl90 opened this issue · 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..."