fix link to scalnet examples (#8354)

master
Sam Garrett 2019-11-04 19:12:08 -05:00 committed by Alex Black
parent c94013f0a1
commit 7bf0d43339
1 changed files with 2 additions and 1 deletions

View File

@ -88,6 +88,7 @@ ScalNet uses a Keras like API, wrapping deeplearning4j to make it more easier to
Also, since you can call Java code from Scala, you can still use everything from deeplearning4j.
To see what ScalNet has to offer, run one of the [examples](https://github.com/deeplearning4j/ScalNet/tree/master/src/test/scala/org/deeplearning4j/scalnet/examples) it ships with.
To see what ScalNet has to offer, run one of the [examples]
(https://github.com/eclipse/deeplearning4j/tree/master/scalnet/src/test/scala/org/deeplearning4j/scalnet/examples) it ships with.
Please note that those examples are not state-of-the-art in any way, they're just enough to get you started.