- Add
BaseInferencer
to provide a general inference interface - Provide
ReduceOnPlateauParamScheduler
to adjust learning rate by metric - Deprecate support for Python3.6
- Deprecate support for Python3.6 by @HAOCHENYE in open-mmlab#863
- Support non-scalar type metric value by @mzr1996 in open-mmlab#827
- Remove unnecessary calls and lazily import to speed import performance by @zhouzaida in open-mmlab#837
- Support
ReduceOnPlateauParamScheduler
by @LEFTeyex in open-mmlab#819 - Disable warning of subprocess launched by dataloader by @HAOCHENYE in open-mmlab#870
- Add
BaseInferencer
to provide general interface by @HAOCHENYE in open-mmlab#874
- Fix support for Ascend device by @wangjiangben-hw in open-mmlab#847
- Fix
Config
cannot parse base config when there is.
in tmp path, etc.tmp/a.b/c
by @HAOCHENYE in open-mmlab#856 - Fix unloaded weights will not be initialized when using
PretrainedIinit
by @HAOCHENYE in open-mmlab#764 - Fix error package name defined in
PKG2PROJECT
by @HAOCHENYE in open-mmlab#872
- Fix typos in
advanced_tutorials/logging.md
by @RangeKing in open-mmlab#861 - Translate CN
train_a_gan
to EN by @yaqi0510 in open-mmlab#860 - Update
fileio.md
by @Xiangxu-0103 in open-mmlab#869 - Add Chinese documentation for
inferencer
. by @HAOCHENYE in open-mmlab#884
A total of 8 developers contributed to this release. Thanks @LEFTeyex, @RangeKing, @yaqi0510, @Xiangxu-0103, @wangjiangben-hw, @mzr1996, @zhouzaida, @HAOCHENYE.
- Registry supports importing modules automatically
- Upgrade the documentation and provide the English documentation
- Provide
ProfileHook
to profile the running process
- Add
conf_path
in PetrelBackend by @sunyc11 in open-mmlab#774 - Support multiple
--cfg-options
. by @mzr1996 in open-mmlab#759 - Support passing arguments to
OptimWrapper.update_params
by @twmht in open-mmlab#796 - Make
get_torchvision_model
compatible with torch 1.13 by @HAOCHENYE in open-mmlab#793 - Support
flat_decay_mult
and fixbias_decay_mult
of depth-wise-conv inDefaultOptimWrapperConstructor
by @RangiLyu in open-mmlab#771 - Registry supports importing modules automatically. by @RangiLyu in open-mmlab#643
- Add profiler hook functionality by @BayMaxBHL in open-mmlab#768
- Make TTAModel compatible with FSDP. by @HAOCHENYE in open-mmlab#611
hub.get_model
fails on some MMCls models by @C1rN09 in open-mmlab#784- Fix
BaseModel.to
andBaseDataPreprocessor.to
to make them consistent withtorch.nn.Module
by @C1rN09 in open-mmlab#783 - Fix creating a new logger at PretrainedInit by @xiexinch in open-mmlab#791
- Fix
ZeroRedundancyOptimizer
ambiguous error with param groups when PyTorch < 1.12.0 by @C1rN09 in open-mmlab#818 - Fix MessageHub set resumed key repeatedly by @HAOCHENYE in open-mmlab#839
- Add
progress
argument toload_from_http
by @austinmw in open-mmlab#770 - Ensure metrics is not empty when saving best checkpoint by @zhouzaida in open-mmlab#849
- Add
contributing.md
by @HAOCHENYE in open-mmlab#754 - Add gif to 15 min tutorial by @HAOCHENYE in open-mmlab#748
- Refactor documentations and translate them to English by @zhouzaida in open-mmlab#786
- Fix document link by @MambaWong in open-mmlab#775
- Fix typos in EN
contributing.md
by @RangeKing in open-mmlab#792 - Translate data transform docs. by @mzr1996 in open-mmlab#737
- Replace markdown table with html table by @HAOCHENYE in open-mmlab#800
- Fix wrong example in
Visualizer.draw_polygons
by @lyviva in open-mmlab#798 - Fix docstring format and rescale the images by @zhouzaida in open-mmlab#802
- Fix failed link in registry by @zhouzaida in open-mmlab#811
- Fix typos by @shanmo in open-mmlab#814
- Fix wrong links and typos in docs by @shanmo in open-mmlab#815
- Translate
save_gpu_memory.md
by @xin-li-67 in open-mmlab#803 - Translate the documentation of hook design by @zhouzaida in open-mmlab#780
- Fix docstring format by @zhouzaida in open-mmlab#816
- Translate
registry.md
by @xin-li-67 in open-mmlab#817 - Update docstring of
BaseDataElement
by @Xiangxu-0103 in open-mmlab#836 - Fix typo by @Xiangxu-0103 in open-mmlab#841
- Update docstring of
structures
by @Xiangxu-0103 in open-mmlab#840 - Translate
optim_wrapper.md
by @xin-li-67 in open-mmlab#833 - Fix link error in initialize tutorial. by @HAOCHENYE in open-mmlab#843
- Fix table in
initialized.md
by @HAOCHENYE in open-mmlab#844
A total of 16 developers contributed to this release. Thanks @BayMaxBHL, @RangeKing, @Xiangxu-0103, @xin-li-67, @twmht, @shanmo, @sunyc11, @lyviva, @austinmw, @xiexinch, @mzr1996, @RangiLyu, @MambaWong, @C1rN09, @zhouzaida, @HAOCHENYE
- Send git errors to subprocess.PIPE by @austinmw in open-mmlab#717
- Add a common
TestRunnerTestCase
to build a Runner instance. by @HAOCHENYE in open-mmlab#631 - Align the log by @HAOCHENYE in open-mmlab#436
- Log the called order of hooks during training process by @songyuc in open-mmlab#672
- Support setting
eta_min_ratio
inCosineAnnealingParamScheduler
by @cir7 in open-mmlab#725 - Enhance compatibility of
revert_sync_batchnorm
by @HAOCHENYE in open-mmlab#695
- Fix
distributed_training.py
in examples by @PingHGao in open-mmlab#700 - Format the log of
CheckpointLoader.load_checkpoint
by @HAOCHENYE in open-mmlab#685 - Fix bug of CosineAnnealingParamScheduler by @fangyixiao18 in open-mmlab#735
- Fix
add_graph
is not called bug by @shenmishajing in open-mmlab#632 - Fix .pre-commit-config-zh-cn.yaml pyupgrade-repo github->gitee by @BayMaxBHL in open-mmlab#756
- Add English docs of BaseDataset by @GT9505 in open-mmlab#713
- Fix
BaseDataset
typo about lazy initialization by @MengzhangLI in open-mmlab#733 - Fix typo by @zhouzaida in open-mmlab#734
- Translate visualization docs by @xin-li-67 in open-mmlab#692
- Fix error when saving best checkpoint in ddp-training
- Replace
print
withprint_log
for those functions called by runner by @HAOCHENYE in open-mmlab#686
- Fix error when saving best checkpoint in ddp-training by @HAOCHENYE in open-mmlab#682
- Refine Chinese tutorials by @Xiangxu-0103 in open-mmlab#694
- Add MMEval in README by @sanbuphy in open-mmlab#669
- Fix error URL in runner docstring by @HAOCHENYE in open-mmlab#668
- Fix error evaluator type name in
evaluator.md
by @sanbuphy in open-mmlab#675 - Fix typo in
utils.md
@sanbuphy in open-mmlab#702
- Support running on Ascend chip by @wangjiangben-hw in open-mmlab#572
- Support torch
ZeroRedundancyOptimizer
by @nijkah in open-mmlab#551 - Add non-blocking feature to
BaseDataPreprocessor
by @shenmishajing in open-mmlab#618 - Add documents for
clip_grad
, and support clip grad by value. by @HAOCHENYE in open-mmlab#513 - Add ROCm info when collecting env by @zhouzaida in open-mmlab#633
- Add a function to mark the deprecated function. by @HAOCHENYE in open-mmlab#609
- Call
register_all_modules
inRegistry.get()
by @HAOCHENYE in open-mmlab#541 - Deprecate
_save_to_state_dict
implemented in mmengine by @HAOCHENYE in open-mmlab#610 - Add
ignore_keys
in ConcatDataset by @BIGWangYuDong in open-mmlab#556
- Fix cannot show
changelog.md
in chinese documents. by @HAOCHENYE in open-mmlab#606 - Fix Chinese docs whitespaces by @C1rN09 in open-mmlab#521
- Translate installation and 15_min by @xin-li-67 in open-mmlab#629
- Refine chinese doc by @Tau-J in open-mmlab#516
- Add MMYOLO link in README by @Xiangxu-0103 in open-mmlab#634
- Add MMEngine logo in docs by @zhouzaida in open-mmlab#641
- Fix docstring of
BaseDataset
by @HAOCHENYE in open-mmlab#656 - Fix docstring and documentation used for
hub.get_model
by @zengyh1900 in open-mmlab#659 - Fix typo in
docs/zh_cn/advanced_tutorials/visualization.md
by @MambaWong in open-mmlab#616 - Fix typo docstring of
DefaultOptimWrapperConstructor
by @triple-Mu in open-mmlab#644 - Fix typo in advanced tutorial by @cxiang26 in open-mmlab#650
- Fix typo in
Config
docstring by @sanbuphy in open-mmlab#654 - Fix typo in
docs/zh_cn/tutorials/config.md
by @Xiangxu-0103 in open-mmlab#596 - Fix typo in
docs/zh_cn/tutorials/model.md
by @C1rN09 in open-mmlab#598
- Fix error calculation of
eta_min
inCosineRestartParamScheduler
by @Z-Fran in open-mmlab#639 - Fix
BaseDataPreprocessor.cast_data
could not handle string data by @HAOCHENYE in open-mmlab#602 - Make
autocast
compatible with mps by @HAOCHENYE in open-mmlab#587 - Fix error format of log message by @HAOCHENYE in open-mmlab#508
- Fix error implementation of
is_model_wrapper
by @HAOCHENYE in open-mmlab#640 - Fix
VisBackend.add_config
is not called by @shenmishajing in open-mmlab#613 - Change
strict_load
of EMAHook to False by default by @HAOCHENYE in open-mmlab#642 - Fix
open
encoding problem of Config in Windows by @sanbuphy in open-mmlab#648 - Fix the total number of iterations in log is a float number. by @jbwang1997 in open-mmlab#604
- Fix
pip upgrade
CI by @HAOCHENYE in open-mmlab#622
- @shenmishajing made their first contribution in open-mmlab#618
- @Xiangxu-0103 made their first contribution in open-mmlab#596
- @Tau-J made their first contribution in open-mmlab#516
- @wangjiangben-hw made their first contribution in open-mmlab#572
- @triple-Mu made their first contribution in open-mmlab#644
- @sanbuphy made their first contribution in open-mmlab#648
- @Z-Fran made their first contribution in open-mmlab#639
- @BIGWangYuDong made their first contribution in open-mmlab#556
- @zengyh1900 made their first contribution in open-mmlab#659
- Add SMDDP backend and support running on AWS by @austinmw in open-mmlab#579
- Refactor
FileIO
but without breaking bc by @zhouzaida in open-mmlab#533 - Add test time augmentation base model by @HAOCHENYE in open-mmlab#538
- Use
torch.lerp\_()
to speed up EMA by @RangiLyu in open-mmlab#519 - Support converting
BN
toSyncBN
by config by @HAOCHENYE in open-mmlab#506 - Support defining metric name in wandb backend by @okotaku in open-mmlab#509
- Add dockerfile by @zhouzaida in open-mmlab#347
- Fix API files of English documentation by @zhouzaida in open-mmlab#525
- Fix typo in
instance_data.py
by @Dai-Wenxun in open-mmlab#530 - Fix the docstring of the model sub-package by @zhouzaida in open-mmlab#573
- Fix a spelling error in docs/zh_cn by @cxiang26 in open-mmlab#548
- Fix typo in docstring by @MengzhangLI in open-mmlab#527
- Update
config.md
by @Zhengfei-0311 in open-mmlab#562
- Fix
LogProcessor
does not smooth loss if the name of loss doesn't start withloss
by @liuyanyi in open-mmlab#539 - Fix failed to enable
detect_anomalous_params
inMMSeparateDistributedDataParallel
by @HAOCHENYE in open-mmlab#588 - Fix CheckpointHook behavior unexpected if given
filename_tmpl
argument by @C1rN09 in open-mmlab#518 - Fix error argument sequence in
FSDP
by @HAOCHENYE in open-mmlab#520 - Fix uploading image in wandb backend @okotaku in open-mmlab#510
- Fix loading state dictionary in
EMAHook
by @okotaku in open-mmlab#507 - Fix circle import in
EMAHook
by @HAOCHENYE in open-mmlab#523 - Fix unit test could fail caused by
MultiProcessTestCase
by @HAOCHENYE in open-mmlab#535 - Remove unnecessary "if statement" in
Registry
by @MambaWong in open-mmlab#536 - Fix
_save_to_state_dict
by @HAOCHENYE in open-mmlab#542 - Support comparing NumPy array dataset meta in
Runner.resume
by @HAOCHENYE in open-mmlab#511 - Use
get
instead ofpop
to dumprunner_type
inbuild_runner_from_cfg
by @nijkah in open-mmlab#549 - Upgrade pre-commit hooks by @zhouzaida in open-mmlab#576
- Delete the error comment in
registry.md
by @vansin in open-mmlab#514 - Fix Some out-of-date unit tests by @C1rN09 in open-mmlab#586
- Fix typo in
MMFullyShardedDataParallel
by @yhna940 in open-mmlab#569 - Update Github Action CI and CircleCI by @zhouzaida in open-mmlab#512
- Fix unit test in windows by @HAOCHENYE in open-mmlab#515
- Fix merge ci & multiprocessing unit test by @HAOCHENYE in open-mmlab#529
- @okotaku made their first contribution in open-mmlab#510
- @MengzhangLI made their first contribution in open-mmlab#527
- @MambaWong made their first contribution in open-mmlab#536
- @cxiang26 made their first contribution in open-mmlab#548
- @nijkah made their first contribution in open-mmlab#549
- @Zhengfei-0311 made their first contribution in open-mmlab#562
- @austinmw made their first contribution in open-mmlab#579
- @yhna940 made their first contribution in open-mmlab#569
- @liuyanyi made their first contribution in open-mmlab#539