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.Builder
SelfAttentionLayer.Builder. headSize(int headSize)
Size of attention headsSelfAttentionLayer.Builder
SelfAttentionLayer.Builder. nHeads(int nHeads)
Number of Attention HeadsSelfAttentionLayer.Builder
SelfAttentionLayer.Builder. nIn(int nIn)
SelfAttentionLayer.Builder
SelfAttentionLayer.Builder. nOut(int nOut)
SelfAttentionLayer.Builder
SelfAttentionLayer.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)
-