Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyixiao18 committed Jan 10, 2023
1 parent 2f6e791 commit 9731b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 177 deletions.
5 changes: 2 additions & 3 deletions mmselfsup/models/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (c) OpenMMLab. All rights reserved.
from .clip import build_clip_model
from .dall_e import Encoder
from .data_preprocessor import (CAEDataPreprocessor,
RelativeLocDataPreprocessor,
RotationPredDataPreprocessor,
Expand All @@ -27,8 +26,8 @@
__all__ = [
'Extractor', 'GatherLayer', 'MultiPooling', 'MultiPrototypes',
'build_2d_sincos_position_embedding', 'Sobel', 'MultiheadAttention',
'TransformerEncoderLayer', 'CAETransformerRegressorLayer', 'Encoder',
'CosineEMA', 'SelfSupDataPreprocessor', 'RelativeLocDataPreprocessor',
'TransformerEncoderLayer', 'CAETransformerRegressorLayer', 'CosineEMA',
'SelfSupDataPreprocessor', 'RelativeLocDataPreprocessor',
'RotationPredDataPreprocessor', 'CAEDataPreprocessor', 'ResLayerExtraNorm',
'NormEMAVectorQuantizer', 'TwoNormDataPreprocessor',
'PromptTransformerEncoderLayer', 'build_clip_model'
Expand Down
174 changes: 0 additions & 174 deletions mmselfsup/models/utils/dall_e.py

This file was deleted.

0 comments on commit 9731b93

Please # to comment.