Uses of Interface
org.deeplearning4j.nn.api.TrainingConfig
-
-
Uses of TrainingConfig in org.deeplearning4j.nn.api
Methods in org.deeplearning4j.nn.api that return TrainingConfig Modifier and Type Method Description TrainingConfig
Trainable. getConfig()
-
Uses of TrainingConfig in org.deeplearning4j.nn.conf.graph
Classes in org.deeplearning4j.nn.conf.graph that implement TrainingConfig Modifier and Type Class Description class
AttentionVertex
-
Uses of TrainingConfig in org.deeplearning4j.nn.conf.layers
-
Uses of TrainingConfig in org.deeplearning4j.nn.conf.layers.convolutional
Classes in org.deeplearning4j.nn.conf.layers.convolutional that implement TrainingConfig Modifier and Type Class Description class
Cropping1D
class
Cropping2D
class
Cropping3D
-
Uses of TrainingConfig in org.deeplearning4j.nn.conf.layers.misc
Classes in org.deeplearning4j.nn.conf.layers.misc that implement TrainingConfig Modifier and Type Class Description class
ElementWiseMultiplicationLayer
class
FrozenLayer
class
FrozenLayerWithBackprop
Frozen layer freezes parameters of the layer it wraps, but allows the backpropagation to continue.class
RepeatVector
-
Uses of TrainingConfig in org.deeplearning4j.nn.conf.layers.objdetect
Classes in org.deeplearning4j.nn.conf.layers.objdetect that implement TrainingConfig Modifier and Type Class Description class
Yolo2OutputLayer
-
Uses of TrainingConfig in org.deeplearning4j.nn.conf.layers.recurrent
Classes in org.deeplearning4j.nn.conf.layers.recurrent that implement TrainingConfig Modifier and Type Class Description class
Bidirectional
class
LastTimeStep
class
SimpleRnn
class
TimeDistributed
-
Uses of TrainingConfig in org.deeplearning4j.nn.conf.layers.samediff
Classes in org.deeplearning4j.nn.conf.layers.samediff that implement TrainingConfig Modifier and Type Class Description class
AbstractSameDiffLayer
class
SameDiffLambdaLayer
class
SameDiffLambdaVertex
class
SameDiffLayer
class
SameDiffOutputLayer
class
SameDiffVertex
-
Uses of TrainingConfig in org.deeplearning4j.nn.conf.layers.util
Classes in org.deeplearning4j.nn.conf.layers.util that implement TrainingConfig Modifier and Type Class Description class
MaskLayer
class
MaskZeroLayer
-
Uses of TrainingConfig in org.deeplearning4j.nn.conf.layers.variational
Classes in org.deeplearning4j.nn.conf.layers.variational that implement TrainingConfig Modifier and Type Class Description class
VariationalAutoencoder
-
Uses of TrainingConfig in org.deeplearning4j.nn.conf.layers.wrapper
Classes in org.deeplearning4j.nn.conf.layers.wrapper that implement TrainingConfig Modifier and Type Class Description class
BaseWrapperLayer
-
Uses of TrainingConfig in org.deeplearning4j.nn.conf.misc
Classes in org.deeplearning4j.nn.conf.misc that implement TrainingConfig Modifier and Type Class Description class
DummyConfig
-
Uses of TrainingConfig in org.deeplearning4j.nn.conf.ocnn
Classes in org.deeplearning4j.nn.conf.ocnn that implement TrainingConfig Modifier and Type Class Description class
OCNNOutputLayer
-
Uses of TrainingConfig in org.deeplearning4j.nn.graph.vertex
Methods in org.deeplearning4j.nn.graph.vertex that return TrainingConfig Modifier and Type Method Description TrainingConfig
BaseGraphVertex. getConfig()
TrainingConfig
BaseWrapperVertex. getConfig()
-
Uses of TrainingConfig in org.deeplearning4j.nn.graph.vertex.impl
Methods in org.deeplearning4j.nn.graph.vertex.impl that return TrainingConfig Modifier and Type Method Description TrainingConfig
FrozenVertex. getConfig()
TrainingConfig
LayerVertex. getConfig()
-
Uses of TrainingConfig in org.deeplearning4j.nn.layers
Methods in org.deeplearning4j.nn.layers that return TrainingConfig Modifier and Type Method Description TrainingConfig
AbstractLayer. getConfig()
TrainingConfig
FrozenLayer. getConfig()
-
Uses of TrainingConfig in org.deeplearning4j.nn.layers.recurrent
Methods in org.deeplearning4j.nn.layers.recurrent that return TrainingConfig Modifier and Type Method Description TrainingConfig
BidirectionalLayer. getConfig()
-
Uses of TrainingConfig in org.deeplearning4j.nn.layers.samediff
Methods in org.deeplearning4j.nn.layers.samediff that return TrainingConfig Modifier and Type Method Description TrainingConfig
SameDiffGraphVertex. getConfig()
-
Uses of TrainingConfig in org.deeplearning4j.nn.layers.util
Classes in org.deeplearning4j.nn.layers.util that implement TrainingConfig Modifier and Type Class Description class
IdentityLayer
-
Uses of TrainingConfig in org.deeplearning4j.nn.layers.variational
Methods in org.deeplearning4j.nn.layers.variational that return TrainingConfig Modifier and Type Method Description TrainingConfig
VariationalAutoencoder. getConfig()
-
Uses of TrainingConfig in org.deeplearning4j.nn.layers.wrapper
Methods in org.deeplearning4j.nn.layers.wrapper that return TrainingConfig Modifier and Type Method Description TrainingConfig
BaseWrapperLayer. getConfig()
-
Uses of TrainingConfig in org.deeplearning4j.nn.multilayer
Methods in org.deeplearning4j.nn.multilayer that return TrainingConfig Modifier and Type Method Description TrainingConfig
MultiLayerNetwork. getConfig()
-