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/mmcls/core/__init__.py

6 lines
221 B
Python
Raw Normal View History

[Docs] Add Copyright information. (#413)
2021-08-17 19:52:42 +08:00
# Copyright (c) OpenMMLab. All rights reserved.
init commit
2020-05-21 21:21:43 +08:00
from .evaluation import * # noqa: F401, F403
[Feature] Add Precise BN (#401) * add preciseBN hook * add precise-bn config * add proority of preciseBN * Add precise BN hook * Update PreciseBN hook * add config example & pre-commit * Update PBN * Add unit test * Update unit tests * mv preciseBN to mmcls.runner * rm extra sleep() * merge latest * update code * fix lint * update unit tests * update unit tests and add warning * update docstring and renamme filename * remove model warpper * add copyright * Imporve docs and update some variable names * Update resnet50_8xb32-coslr-preciseBN_in1k.py Co-authored-by: mzr1996 <mzr1996@163.com>
2021-12-24 16:28:42 +08:00
from .hook import * # noqa: F401, F403
[Feature] Support LAMB optimizer. (#591) * impl lamb * Add unit tests * Fix unit test * Fix unit tests * Use list instead of tuple in `__all__` according to PEP8 Co-authored-by: mzr1996 <mzr1996@163.com>
2021-12-13 17:24:44 +08:00
from .optimizers import * # noqa: F401, F403
init commit
2020-05-21 21:21:43 +08:00
from .utils import * # noqa: F401, F403
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 781ms Template: 9ms
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