Interface and Description |
---|
org.deeplearning4j.eval.IEvaluation |
Enum and Description |
---|
org.deeplearning4j.eval.Evaluation.Metric |
org.deeplearning4j.eval.EvaluationAveraging |
org.deeplearning4j.eval.RegressionEvaluation.Metric
Use ND4J RegressionEvaluation class, which has the same interface:
RegressionEvaluation.Metric |
org.deeplearning4j.nn.conf.layers.SpaceToDepthLayer.DataFormat
Use
CNN2DFormat instead |
Enum Constant and Description |
---|
org.deeplearning4j.nn.conf.Updater.CUSTOM |
org.deeplearning4j.nn.conf.WorkspaceMode.SEPARATE
Use
WorkspaceMode.ENABLED instead |
org.deeplearning4j.nn.conf.WorkspaceMode.SINGLE
Use
WorkspaceMode.ENABLED instead |
Copyright © 2022. All rights reserved.