mmsegmentation/.dev
MengzhangLI befdc93dc3 [Feature] Support ConvNext (#1216)
* upload original backbone and configs

* ConvNext Refactor

* ConvNext Refactor

* convnext customization refactor with mmseg style

* convnext customization refactor with mmseg style

* add ade20k_640x640.py

* upload files for training

* delete dist_optimizer_hook and remove layer_decay_optimizer_constructor

* check max(out_indices) < num_stages

* add unittest

* fix lint error

* use MMClassification backbone

* fix bugs in base_1k

* add mmcls in requirements/mminstall.txt

* add mmcls in requirements/mminstall.txt

* fix drop_path_rate and layer_scale_init_value

* use logger.info instead of print

* add mmcls in runtime.txt

* fix f string && delete

* add doctring in LearningRateDecayOptimizerConstructor and fix mmcls version in requirements

* fix typo in LearningRateDecayOptimizerConstructor

* use ConvNext models in unit test for LearningRateDecayOptimizerConstructor

* add unit test

* fix typo

* fix typo

* add layer_wise and fix redundant backbone.downsample_norm in it

* fix unit test

* give a ground truth lr_scale and weight_decay

* upload models and readme

* delete 'backbone.stem_norm' and 'backbone.downsample_norm' in get_num_layer()

* fix unit test and use mmcls url

* update md2yml.py and metafile

* fix typo
2022-03-04 15:52:01 +08:00
..
log_collector [Feature] add log collector (#1175) 2022-01-14 15:19:23 +08:00
batch_test_list.py [Fix] Remove `fp16` folder in `configs`. (#1031) 2021-11-15 19:14:57 +08:00
batch_train_list.txt [Fix] Remove `fp16` folder in `configs`. (#1031) 2021-11-15 19:14:57 +08:00
benchmark_evaluation.sh [Feature] Change options to cfg-option (#1129) 2021-12-14 19:11:52 +08:00
benchmark_inference.py [Enhancement] Add Dev tools to boost develop (#798) 2021-09-02 09:44:51 -07:00
benchmark_train.sh [Feature] Change options to cfg-option (#1129) 2021-12-14 19:11:52 +08:00
check_urls.py [Enhancement] Add Dev tools to boost develop (#798) 2021-09-02 09:44:51 -07:00
gather_benchmark_evaluation_results.py [Enhancement] Add Dev tools to boost develop (#798) 2021-09-02 09:44:51 -07:00
gather_benchmark_train_results.py [Enhancement] Add Dev tools to boost develop (#798) 2021-09-02 09:44:51 -07:00
gather_models.py [Fix] Convert SyncBN to BN when training on DP (#772) 2021-09-15 09:39:37 -07:00
generate_benchmark_evaluation_script.py [Feature] Change options to cfg-option (#1129) 2021-12-14 19:11:52 +08:00
generate_benchmark_train_script.py [Feature] Change options to cfg-option (#1129) 2021-12-14 19:11:52 +08:00
md2yml.py [Feature] Support ConvNext (#1216) 2022-03-04 15:52:01 +08:00
upload_modelzoo.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00