Logo
Explore Help
Register Sign In
mirrors/mmpretrain
1
0
Fork 0
You've already forked mmpretrain
mirror of https://github.com/open-mmlab/mmpretrain.git synced 2025-06-03 14:59:18 +08:00
Code Issues Packages Projects Releases Wiki Activity
mmpretrain/configs/poolformer/poolformer-m36_32xb128_in1k.py

13 lines
359 B
Python
Raw Normal View History

[Feature] Add PoolFormer backbone and checkpoints. (#746) * add PoolFormer * fix some typos in PoolFormer * fix lint error * modify out_indices and gap * fix typo * fix lint * fix typo * fix typo in poolforemr README * fix lint * Update some paths * Refactor freeze_stages method * Add unit tests * Fix lint Co-authored-by: mzr1996 <mzr1996@163.com>
2022-04-15 11:35:15 +08:00
_base_ = [
'../_base_/models/poolformer/poolformer_m36.py',
'../_base_/datasets/imagenet_bs128_poolformer_medium_224.py',
'../_base_/schedules/imagenet_bs1024_adamw_swin.py',
'../_base_/default_runtime.py',
]
[Refactor] Add `ResizeEdge` and refactor all dataset configs.
2022-06-01 06:11:53 +00:00
# schedule settings
[Feature] Add PoolFormer backbone and checkpoints. (#746) * add PoolFormer * fix some typos in PoolFormer * fix lint error * modify out_indices and gap * fix typo * fix lint * fix typo * fix typo in poolforemr README * fix lint * Update some paths * Refactor freeze_stages method * Add unit tests * Fix lint Co-authored-by: mzr1996 <mzr1996@163.com>
2022-04-15 11:35:15 +08:00
optimizer = dict(lr=4e-3)
[Refactor] Add `ResizeEdge` and refactor all dataset configs.
2022-06-01 06:11:53 +00:00
# runtime settings
default_hooks = dict(optimizer=dict(grad_clip=dict(max_norm=5.0)))
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 487ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API