Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MMPreTrain Release v1.0.1.tar.gz | 2023-07-31 | 3.0 MB | |
MMPreTrain Release v1.0.1.zip | 2023-07-31 | 4.1 MB | |
README.md | 2023-07-31 | 2.1 kB | |
Totals: 3 Items | 7.0 MB | 0 |
Fix some bugs and enhance the codebase.
What's Changed
- [Fix] Fix Wrong-paramer Bug of RandomCrop by @Ezra-Yu in https://github.com/open-mmlab/mmpretrain/pull/1706
- [Refactor] BEiT refactor by @fanqiNO1 in https://github.com/open-mmlab/mmpretrain/pull/1705
- [Refactor] Fix spelling by @fanqiNO1 in https://github.com/open-mmlab/mmpretrain/pull/1689
- [Fix] Freezing of cls_token in VisionTransformer by @fabien-merceron in https://github.com/open-mmlab/mmpretrain/pull/1693
- [Fix] Typo fix of 'target' in vis_cam.py by @bryanbocao in https://github.com/open-mmlab/mmpretrain/pull/1655
- [Feature] Support LoRA by @fanqiNO1 in https://github.com/open-mmlab/mmpretrain/pull/1687
- [Fix] Fix the issue [#1711] "GaussianBlur doesn't work" by @liyunlong10 in https://github.com/open-mmlab/mmpretrain/pull/1722
- [Enhance] Add GPU Acceleration Apple silicon mac by @NripeshN in https://github.com/open-mmlab/mmpretrain/pull/1699
- [Enhance] Adapt test cases on Ascend NPU. by @Ginray in https://github.com/open-mmlab/mmpretrain/pull/1728
- [Enhance] Nested predict by @marouaneamz in https://github.com/open-mmlab/mmpretrain/pull/1716
- [Enhance] Set 'is_init' in some multimodal methods by @fangyixiao18 in https://github.com/open-mmlab/mmpretrain/pull/1718
- [Enhance] Add init_cfg with type='pretrained' to downstream tasks by @fangyixiao18 in https://github.com/open-mmlab/mmpretrain/pull/1717
- [Fix] Fix dict update in minigpt4 by @fangyixiao18 in https://github.com/open-mmlab/mmpretrain/pull/1709
- Bump version to 1.0.1 by @fangyixiao18 in https://github.com/open-mmlab/mmpretrain/pull/1731
New Contributors
- @fabien-merceron made their first contribution in https://github.com/open-mmlab/mmpretrain/pull/1693
- @bryanbocao made their first contribution in https://github.com/open-mmlab/mmpretrain/pull/1655
- @liyunlong10 made their first contribution in https://github.com/open-mmlab/mmpretrain/pull/1722
- @NripeshN made their first contribution in https://github.com/open-mmlab/mmpretrain/pull/1699
Full Changelog: https://github.com/open-mmlab/mmpretrain/compare/1.0.0...v1.0.1