deeplearning4j / deeplearning4j

Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learn...
http://deeplearning4j.konduit.ai
Apache License 2.0
13.67k stars 3.83k forks source link

Tutorials not updated #1661

Closed Mortomes closed 6 years ago

Mortomes commented 8 years ago

At least one of the tutorials (and javadoc) has not been updated. The restricted boltzmann machine tutorial (http://deeplearning4j.org/restrictedboltzmannmachine.html) uses the following line of code.

Layer model = LayerFactories.getFactory(conf.getLayer()).create(conf);

There is however no create method that takes only one parameter, even though this is still listed in the javadoc.

deermichel commented 8 years ago

How to do it that it works?

lock[bot] commented 6 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.