Skip to content

Commit

Permalink
[Refactor]: Change network_blocks to trasformer_blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanLiuuuuuu committed Apr 22, 2022
1 parent 5270ae8 commit 9cd0ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmselfsup/models/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from .knn_classifier import knn_classifier
from .multi_pooling import MultiPooling
from .multi_prototypes import MultiPrototypes
from .network_blocks import (CAETransformerRegressorLayer, MultiheadAttention,
TransformerEncoderLayer)
from .transformer_blocks import (CAETransformerRegressorLayer,
MultiheadAttention, TransformerEncoderLayer)
from .position_embedding import build_2d_sincos_position_embedding
from .sobel import Sobel

Expand Down
File renamed without changes.

0 comments on commit 9cd0ae2

Please sign in to comment.