Mmengine

Latest version: v0.10.5

Safety actively analyzes 681874 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.10.5

What's Changed
* [Feature] Support calculating loss during validation by fanqiNO1 in https://github.com/open-mmlab/mmengine/pull/1503
* [Fix] Fix check builtin module by HAOCHENYE in https://github.com/open-mmlab/mmengine/pull/1571

New Contributors
* ClowDragon made their first contribution in https://github.com/open-mmlab/mmengine/pull/1537

**Full Changelog**: https://github.com/open-mmlab/mmengine/compare/v0.10.4...v0.10.5

0.10.4

New Features & Enhancements

- Support custom `artifact_location` in MLflowVisBackend. by [daavoo](https://github.com/daavoo) in https://github.com/open-mmlab/mmengine/pull/1505
- Add the supported pytorch versions in README by [zhouzaida](https://github.com/zhouzaida) in https://github.com/open-mmlab/mmengine/pull/1512
- Perform evaluation upon training completion by [LZHgrla](https://github.com/LZHgrla) in https://github.com/open-mmlab/mmengine/pull/1529
- Enable `exclude_frozen_parameters` for `DeepSpeedEngine._zero3_consolidated_16bit_state_dict` by [LZHgrla](https://github.com/LZHgrla) in https://github.com/open-mmlab/mmengine/pull/1517

Bug Fixes

- Fix warning capture by [fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1494
- Remove codeowners file by [zhouzaida](https://github.com/zhouzaida) in https://github.com/open-mmlab/mmengine/pull/1496
- Fix config of readthedocs by [zhouzaida](https://github.com/zhouzaida) in https://github.com/open-mmlab/mmengine/pull/1511
- Delete frozen parameters when using `paramwise_cfg` by [LZHgrla](https://github.com/LZHgrla) in https://github.com/open-mmlab/mmengine/pull/1441

Docs

- Refine mmengine intro by [zhouzaida](https://github.com/zhouzaida) in https://github.com/open-mmlab/mmengine/pull/1479
- Fix typo by [zhouzaida](https://github.com/zhouzaida) in https://github.com/open-mmlab/mmengine/pull/1481
- Fix typos and remove fullwidth unicode chars by [evdcush](https://github.com/evdcush) in https://github.com/open-mmlab/mmengine/pull/1488
- Fix docstring of Config by [MambaWong](https://github.com/MambaWong) in https://github.com/open-mmlab/mmengine/pull/1506
- Fix typo by [hiramf](https://github.com/hiramf) in https://github.com/open-mmlab/mmengine/pull/1532

New Contributors
* [daavoo](https://github.com/daavoo) made their first contribution in https://github.com/open-mmlab/mmengine/pull/1505
* [hiramf](https://github.com/hiramf) made their first contribution in https://github.com/open-mmlab/mmengine/pull/1532

**Full Changelog**: https://github.com/open-mmlab/mmengine/compare/v0.10.3...v0.10.4

0.10.3

New Features & Enhancements

- Add the support for musa device support by [hanhaowen-mt](https://github.com/hanhaowen-mt) in https://github.com/open-mmlab/mmengine/pull/1453
- Support `save_optimizer=False` for DeepSpeed by [LZHgrla](https://github.com/LZHgrla) in https://github.com/open-mmlab/mmengine/pull/1474
- Update the docstring of visualizer by [Anm-pinellia](https://github.com/Anm-pinellia) in https://github.com/open-mmlab/mmengine/pull/1476

Bug Fixes

- Fix `Config.to_dict` by [HAOCHENYE](https://github.com/HAOCHENYE) in https://github.com/open-mmlab/mmengine/pull/1465
- Fix the resume of iteration by [LZHgrla](https://github.com/LZHgrla) in https://github.com/open-mmlab/mmengine/pull/1471
- Fix `dist.collect_results` to keep all ranks' elements by [LZHgrla](https://github.com/LZHgrla) in https://github.com/open-mmlab/mmengine/pull/1469

Docs

- Add the usage of ProfilerHook by [zhouzaida](https://github.com/zhouzaida) in https://github.com/open-mmlab/mmengine/pull/1466
- Fix the nnodes in the doc of ddp training by [XiwuChen](https://github.com/XiwuChen) in https://github.com/open-mmlab/mmengine/pull/1462

New Contributors
* XiwuChen made their first contribution in https://github.com/open-mmlab/mmengine/pull/1462
* hanhaowen-mt made their first contribution in https://github.com/open-mmlab/mmengine/pull/1453
* Anm-pinellia made their first contribution in https://github.com/open-mmlab/mmengine/pull/1476

**Full Changelog**: https://github.com/open-mmlab/mmengine/compare/v0.10.2...v0.10.3

0.10.2

New Features & Enhancements

- Support multi-node distributed training with NPU backend by [shun001](https://github.com/shun001) in https://github.com/open-mmlab/mmengine/pull/1459
- Use `ImportError` to cover `ModuleNotFoundError` by [del-zhenwu](https://github.com/del-zhenwu) in https://github.com/open-mmlab/mmengine/pull/1438

Bug Fixes

- Fix bug in `load_model_state_dict` of `BaseStrategy` by [SCZwangxiao](https://github.com/SCZwangxiao) in https://github.com/open-mmlab/mmengine/pull/1447
- Fix placement policy in ColossalAIStrategy by [fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1440

New Contributors
* del-zhenwu made their first contribution in https://github.com/open-mmlab/mmengine/pull/1438
* SCZwangxiao made their first contribution in https://github.com/open-mmlab/mmengine/pull/1447
* shun001 made their first contribution in https://github.com/open-mmlab/mmengine/pull/1459

**Full Changelog**: https://github.com/open-mmlab/mmengine/compare/v0.10.1...v0.10.2

0.10.1

Bug Fixes

- Fix collect_env without opencv by [fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1434
- Fix deploy.yml by [fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1431

Docs

- Add build mmengine-lite from source by [fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1435

**Full Changelog**: https://github.com/open-mmlab/mmengine/compare/v0.10.0...v0.10.1

0.10.0

New Features & Enhancements

- Support for installing mmengine without opencv by [fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1429
- Support `exclude_frozen_parameters` for `DeepSpeedStrategy`'s `resume` by [LZHgrla](https://github.com/LZHgrla) in https://github.com/open-mmlab/mmengine/pull/1424

Bug Fixes

- Fix bugs in colo optimwrapper by [HIT-cwh](https://github.com/HIT-cwh) in https://github.com/open-mmlab/mmengine/pull/1426
- Fix `scale_lr` in `SingleDeviceStrategy` by [fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1428
- Fix CI for torch2.1.0 by [fanqiNO1](https://github.com/fanqiNO1) in https://github.com/open-mmlab/mmengine/pull/1418

**Full Changelog**: https://github.com/open-mmlab/mmengine/compare/v0.9.1...v0.10.0

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.