Update prediction Results docs (#4139)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
8870084645
commit
11d0488bf1
107 changed files with 1451 additions and 1317 deletions
|
|
@ -3,52 +3,48 @@ description: Learn about Ultralytics transformer encoder, layer, MLP block, Laye
|
|||
keywords: Ultralytics, Ultralytics documentation, TransformerEncoderLayer, TransformerLayer, MLPBlock, LayerNorm2d, DeformableTransformerDecoderLayer
|
||||
---
|
||||
|
||||
## TransformerEncoderLayer
|
||||
# Reference for `ultralytics/nn/modules/transformer.py`
|
||||
|
||||
!!! note
|
||||
|
||||
Full source code for this file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/nn/modules/transformer.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/nn/modules/transformer.py).
|
||||
|
||||
---
|
||||
### ::: ultralytics.nn.modules.transformer.TransformerEncoderLayer
|
||||
## ::: ultralytics.nn.modules.transformer.TransformerEncoderLayer
|
||||
<br><br>
|
||||
|
||||
## AIFI
|
||||
---
|
||||
### ::: ultralytics.nn.modules.transformer.AIFI
|
||||
## ::: ultralytics.nn.modules.transformer.AIFI
|
||||
<br><br>
|
||||
|
||||
## TransformerLayer
|
||||
---
|
||||
### ::: ultralytics.nn.modules.transformer.TransformerLayer
|
||||
## ::: ultralytics.nn.modules.transformer.TransformerLayer
|
||||
<br><br>
|
||||
|
||||
## TransformerBlock
|
||||
---
|
||||
### ::: ultralytics.nn.modules.transformer.TransformerBlock
|
||||
## ::: ultralytics.nn.modules.transformer.TransformerBlock
|
||||
<br><br>
|
||||
|
||||
## MLPBlock
|
||||
---
|
||||
### ::: ultralytics.nn.modules.transformer.MLPBlock
|
||||
## ::: ultralytics.nn.modules.transformer.MLPBlock
|
||||
<br><br>
|
||||
|
||||
## MLP
|
||||
---
|
||||
### ::: ultralytics.nn.modules.transformer.MLP
|
||||
## ::: ultralytics.nn.modules.transformer.MLP
|
||||
<br><br>
|
||||
|
||||
## LayerNorm2d
|
||||
---
|
||||
### ::: ultralytics.nn.modules.transformer.LayerNorm2d
|
||||
## ::: ultralytics.nn.modules.transformer.LayerNorm2d
|
||||
<br><br>
|
||||
|
||||
## MSDeformAttn
|
||||
---
|
||||
### ::: ultralytics.nn.modules.transformer.MSDeformAttn
|
||||
## ::: ultralytics.nn.modules.transformer.MSDeformAttn
|
||||
<br><br>
|
||||
|
||||
## DeformableTransformerDecoderLayer
|
||||
---
|
||||
### ::: ultralytics.nn.modules.transformer.DeformableTransformerDecoderLayer
|
||||
## ::: ultralytics.nn.modules.transformer.DeformableTransformerDecoderLayer
|
||||
<br><br>
|
||||
|
||||
## DeformableTransformerDecoder
|
||||
---
|
||||
### ::: ultralytics.nn.modules.transformer.DeformableTransformerDecoder
|
||||
## ::: ultralytics.nn.modules.transformer.DeformableTransformerDecoder
|
||||
<br><br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue