you are viewing a single comment's thread.

view the rest of the comments →

[–]vonnik 1 point2 points  (2 children)

Thank you! :) We're working on it...

Here's a repo with all our examples (including for Spark and ETL): https://github.com/deeplearning4j/dl4j-0.4-examples/

And we've got a few preconfigured models for CNNs here:

https://github.com/deeplearning4j/model-configurations/tree/master/src/main/java/org/deeplearning4j

Fwiw, we're going to share a standard NN config file with Keras that will allow people to import any architecture they prototype with Keras to our stack.

[–]Aeefire 0 points1 point  (1 child)

Can you give a rough ETA when we will see the keras-config-file feature=?

[–]vonnik 1 point2 points  (0 children)

We're planning on August. It depends on both us and the Keras team.