Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers |
Modifier and Type | Method and Description |
---|---|
GravesBidirectionalLSTM.Builder |
GravesBidirectionalLSTM.Builder.forgetGateBiasInit(double biasInit)
Set forget gate bias initalizations.
|
GravesBidirectionalLSTM.Builder |
GravesBidirectionalLSTM.Builder.gateActivationFunction(Activation gateActivationFn)
Activation function for the LSTM gates.
|
GravesBidirectionalLSTM.Builder |
GravesBidirectionalLSTM.Builder.gateActivationFunction(IActivation gateActivationFn)
Activation function for the LSTM gates.
|
GravesBidirectionalLSTM.Builder |
GravesBidirectionalLSTM.Builder.gateActivationFunction(String gateActivationFn)
Activation function for the LSTM gates.
|
GravesBidirectionalLSTM.Builder |
GravesBidirectionalLSTM.Builder.helperAllowFallback(boolean allowFallback)
When using a helper (CuDNN or MKLDNN in some cases) and an error is encountered, should fallback to the non-helper implementation be allowed?
If set to false, an exception in the helper will be propagated back to the user.
|
Copyright © 2021. All rights reserved.