Uses of Class
org.deeplearning4j.nn.conf.layers.GravesBidirectionalLSTM.Builder
-
Packages that use GravesBidirectionalLSTM.Builder Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of GravesBidirectionalLSTM.Builder in org.deeplearning4j.nn.conf.layers
Methods in org.deeplearning4j.nn.conf.layers that return GravesBidirectionalLSTM.Builder Modifier and Type Method Description GravesBidirectionalLSTM.BuilderGravesBidirectionalLSTM.Builder. forgetGateBiasInit(double biasInit)Set forget gate bias initalizations.GravesBidirectionalLSTM.BuilderGravesBidirectionalLSTM.Builder. gateActivationFunction(String gateActivationFn)Activation function for the LSTM gates.GravesBidirectionalLSTM.BuilderGravesBidirectionalLSTM.Builder. gateActivationFunction(Activation gateActivationFn)Activation function for the LSTM gates.GravesBidirectionalLSTM.BuilderGravesBidirectionalLSTM.Builder. gateActivationFunction(IActivation gateActivationFn)Activation function for the LSTM gates.GravesBidirectionalLSTM.BuilderGravesBidirectionalLSTM.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.
-