For more information on the search, visit the help page.
LayerNorm
forward
model
AttentionPool2d
Bottleneck
CLIP
ModifiedResNet
QuickGELU
ResidualAttentionBlock
Transformer
VisionTransformer
build_model
convert_weights
fiftyone.utils.clip.model.LayerNorm
fiftyone
utils
clip
class LayerNorm(nn.LayerNorm): (source)
View In Hierarchy
Subclass torch's LayerNorm to handle fp16.
torch.Tensor
Undocumented