mindspore-lab / mindcv

A toolbox of vision models and algorithms based on MindSpore
https://mindspore-lab.github.io/mindcv/
Apache License 2.0
231 stars 140 forks source link

[dpn92] [Ascend910] [GRAPH] Unable to reproduce precision #727

Closed 787918582 closed 1 month ago

787918582 commented 1 year ago

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 / 必填) dpn92精度为0.1%

To Reproduce / 重现步骤 (Mandatory / 必填) Steps to reproduce the behavior:

  1. mpirun --allow-run-as-root -n 8 python train.py --config configs/dpn/dpn92_ascend.yaml --distribute True --data_dir /ImageNet_Origin/

Expected behavior / 预期结果 (Mandatory / 必填) 可复现readme精度

Screenshots/ 日志 / 截图 (Mandatory / 必填) readme精度: Model Top-1 (%) Top-5 (%) dpn92 79.46 94.49 The best validation Top_1_Accuracy is: 0.1000% at epoch 158.

Additional context / 备注 (Optional / 选填) Add any other context about the problem here.