Skip to content

Commit

Permalink
Merge 84c42d9 into 933b052
Browse files Browse the repository at this point in the history
  • Loading branch information
jshilong committed Mar 24, 2021
2 parents 933b052 + 84c42d9 commit bc869e4
Show file tree
Hide file tree
Showing 2 changed files with 479 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mmcv/cnn/bricks/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@
PADDING_LAYERS = Registry('padding layer')
UPSAMPLE_LAYERS = Registry('upsample layer')
PLUGIN_LAYERS = Registry('plugin layer')

POSITIONAL_ENCODING = Registry('Position encoding')
ATTENTION = Registry('Attention')
TRANSFORMER_LAYER = Registry('TransformerLayer')
TRANSFORMER_LAYER_SEQUENCE = Registry('TransformerLayerSequence')
Loading

0 comments on commit bc869e4

Please sign in to comment.