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

Docs: wrong/outdated code snippet at Zoo documentation

Open reuschling opened this issue 7 years ago • 1 comments

Due Date

To be completed by: YYYY-MM-DD

Description

I tried the example at https://deeplearning4j.org/model-zoo, i.e. ZooModel zooModel = new AlexNet(..); MultiLayerConfiguration net = zooModel.conf(); Sadly, the conf() method is not part of the ZooModel class. I use 1.0.0-alpha.

I want to use the zoo model for regression somehow, and the idea was to change the output layer with the configuration accordingly. Now there is no general, thus configurable possibility left for this. Best would be a 'regression switch'/flag for the zoo models, e.g. 'setRegression(true)' in class ZooModel.

Assignees

Please ensure you have assigned at least one person to this issue. Include any authors and reviewers required.

reuschling avatar May 16 '18 13:05 reuschling

No point flagging an issue in the docs repo as documentation. My bad.

RobAltena avatar May 16 '18 23:05 RobAltena