mindcv
mindcv copied to clipboard
A toolbox of vision models and algorithms based on MindSpore
If this is your first time, please read our contributor guidelines: https://github.com/mindspore-lab/mindcv/blob/main/CONTRIBUTING.md **Describe the bug/ 问题描述 (Mandatory / 必填)** swin_transformer.py中的SwinTransformer使用nn.CellList.append导致parameters_and_names()返回的name和parameter.name不一致 - **Hardware Environment(`Ascend`/`GPU`/`CPU`) / 硬件环境**: Ascend/GPU/CPU - **Software Environment /...
If this is your first time, please read our contributor guidelines: https://gitee.com/mindspore/mindspore/blob/master/CONTRIBUTING.md **Is your feature request related to a problem? Please describe.** A clear and concise description of what the...
If this is your first time, please read our contributor guidelines: https://gitee.com/mindspore/mindspore/blob/master/CONTRIBUTING.md **Is your feature request related to a problem? Please describe.** A clear and concise description of what the...
If this is your first time, please read our contributor guidelines: https://gitee.com/mindspore/mindspore/blob/master/CONTRIBUTING.md **Is your feature request related to a problem? Please describe.** A clear and concise description of what the...
If this is your first time, please read our contributor guidelines: https://gitee.com/mindspore/mindspore/blob/master/CONTRIBUTING.md **Is your feature request related to a problem? Please describe.** A clear and concise description of what the...
文档链接:https://github.com/mindspore-lab/mindcv/blob/main/requirements/docs.txt tqdm需指定版本号,否则涉及下载接口报错: with tqdm(total=response.length, unit="B") as pbar: E AttributeError: __enter__
**Problem** During validation, if I pass a non-existent checkpoint_path to the validate.py, it won't throw an error or give a warning. The model has the initialized weights, and the validation...
If this is your first time, please read our contributor guidelines: https://github.com/mindspore-lab/mindcv/blob/main/CONTRIBUTING.md **Describe the bug/ 问题描述 (Mandatory / 必填)** https://github.com/mindspore-lab/mindcv/blob/main/mindcv/utils/train_step.py#L81 当前gradient clip是在gradient reduction(多卡求平均)之前做的,按理应先做gradient reduction使梯度的方向和magtitude更稳定准确(此处可能已经消除了梯度爆炸),再做gradient clip防止梯度爆炸。 - **Hardware Environment(`Ascend`/`GPU`/`CPU`) / 硬件环境**:...
Thank you for your contribution to the MindCV repo. Before submitting this PR, please make sure: - [x] You have read the [Contributing Guidelines on pull requests](https://github.com/mindspore-lab/mindcv/blob/main/CONTRIBUTING.md) - [x] Your...
If this is your first time, please read our contributor guidelines: https://github.com/mindspore-lab/mindcv/blob/main/CONTRIBUTING.md **Describe the bug/ 问题描述 (Mandatory / 必填)** 启动分布式训练后,训练一段时间后出现报错 - **Hardware Environment(`Ascend`/`GPU`/`CPU`) / 硬件环境**: > Please delete the backend...