mmrazor/tests
Yue Sun fb42405af8
[Feature] Add Autoformer algorithm (#315)
* update candidates

* update subnet_sampler_loop

* update candidate

* add readme

* rename variable

* rename variable

* clean

* update

* add doc string

* Revert "[Improvement] Support for candidate multiple dimensional search constraints."

* [Improvement] Update Candidate with multi-dim search constraints. (#322)

* update doc

* add support type

* clean code

* update candidates

* clean

* xx

* set_resource -> set_score

* fix ci bug

* py36 lint

* fix bug

* fix check constrain

* py36 ci

* redesign candidate

* fix pre-commit

* update cfg

* add build_resource_estimator

* fix ci bug

* remove runner.epoch in testcase

* [Feature] Autoformer architecture and dynamicOPs (#327)

* add DynamicSequential

* dynamiclayernorm

* add dynamic_pathchembed

* add DynamicMultiheadAttention and DynamicRelativePosition2D

* add channel-level dynamicOP

* add autoformer algo

* clean notes

* adapt channel_mutator

* vit fly

* fix import

* mutable init

* remove annotation

* add DynamicInputResizer

* add unittest for mutables

* add OneShotMutableChannelUnit_VIT

* clean code

* reset unit for vit

* remove attr

* add autoformer backbone UT

* add valuemutator UT

* clean code

* add autoformer algo UT

* update classifier UT

* fix test error

* ignore

* make lint

* update

* fix lint

* mutable_attrs

* fix test

* fix error

* remove DynamicInputResizer

* fix test ci

* remove InputResizer

* rename variables

* modify type

* Continued improvements of ChannelUnit

* fix lint

* fix lint

* remove OneShotMutableChannelUnit

* adjust derived type

* combination mixins

* clean code

* fix sample subnet

* search loop fly

* more annotations

* avoid counter warning and modify batch_augment cfg by gy

* restore

* source_value_mutables restriction

* simply arch_setting api

* update

* clean

* fix ut
2022-11-14 13:01:04 +08:00
..
data [Feature] Add Autoformer algorithm (#315) 2022-11-14 13:01:04 +08:00
test_core [Features]Support `MethodInputsRecorder` and `FunctionInputsRecorder` (#320) 2022-10-24 12:15:44 +08:00
test_datasets fix ci (#284) 2022-10-10 10:06:57 +08:00
test_engine/test_hooks [Feature]Feature map visualization (#293) 2022-10-26 13:26:20 +08:00
test_models [Feature] Add Autoformer algorithm (#315) 2022-11-14 13:01:04 +08:00
test_registry Reorganize Dirs (#205) 2022-07-25 13:28:08 +08:00
test_runners [Feature] Add Autoformer algorithm (#315) 2022-11-14 13:01:04 +08:00
test_utils merge pruning into dev-1.x (#312) 2022-10-10 17:30:25 +08:00
test_visualizer [Feature]Feature map visualization (#293) 2022-10-26 13:26:20 +08:00
__init__.py merge pruning into dev-1.x (#312) 2022-10-10 17:30:25 +08:00
test_metafiles.py