Uses of Class
org.deeplearning4j.nn.conf.layers.SelfAttentionLayer.Builder
-
Packages that use SelfAttentionLayer.Builder Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of SelfAttentionLayer.Builder in org.deeplearning4j.nn.conf.layers
Methods in org.deeplearning4j.nn.conf.layers that return SelfAttentionLayer.Builder Modifier and Type Method Description SelfAttentionLayer.BuilderSelfAttentionLayer.Builder. headSize(int headSize)Size of attention headsSelfAttentionLayer.BuilderSelfAttentionLayer.Builder. nHeads(int nHeads)Number of Attention HeadsSelfAttentionLayer.BuilderSelfAttentionLayer.Builder. nIn(int nIn)SelfAttentionLayer.BuilderSelfAttentionLayer.Builder. nOut(int nOut)SelfAttentionLayer.BuilderSelfAttentionLayer.Builder. projectInput(boolean projectInput)Project input before applying attention or not.Constructors in org.deeplearning4j.nn.conf.layers with parameters of type SelfAttentionLayer.Builder Constructor Description SelfAttentionLayer(SelfAttentionLayer.Builder builder)
-