Skip to content

Commit

Permalink
feat(BeitV2): modify some format for review
Browse files Browse the repository at this point in the history
  • Loading branch information
oozhuzaioo committed May 29, 2023
1 parent 127f54c commit ca1578a
Show file tree
Hide file tree
Showing 10 changed files with 699 additions and 623 deletions.
3 changes: 1 addition & 2 deletions ppcls/arch/backbone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
from .model_zoo.nextvit import NextViT_small_224, NextViT_base_224, NextViT_large_224, NextViT_small_384, NextViT_base_384, NextViT_large_384
from .model_zoo.cae import cae_base_patch16_224, cae_large_patch16_224
from .model_zoo.vqkd import vqkd_encoder_base_decoder_3x768x12_clip
from .model_zoo.modeling_pretrain import beit_base_patch16_224_8k_vocab_cls_pt
from .model_zoo.modeling_finetune import beit_base_patch16_224
from .model_zoo.BeiTV2 import beit_base_patch16_224, beit_base_patch16_224_8k_vocab_cls_pt

from .variant_models.resnet_variant import ResNet50_last_stage_stride1
from .variant_models.resnet_variant import ResNet50_adaptive_max_pool2d
Expand Down

Large diffs are not rendered by default.

365 changes: 0 additions & 365 deletions ppcls/arch/backbone/model_zoo/modeling_pretrain.py

This file was deleted.

242 changes: 0 additions & 242 deletions ppcls/arch/backbone/model_zoo/norm_ema_quantizer.py

This file was deleted.

Loading

0 comments on commit ca1578a

Please sign in to comment.