mindspore-lab / mindediting

Low level vision toolbox based on MindSpore
Apache License 2.0
60 stars 8 forks source link

ModuleNotFoundError: No module named 'mindspore.ops._grad' #5

Open Simon-ssp opened 4 months ago

Simon-ssp commented 4 months ago

When I installed the environment and executed python val.py, I encountered an error——ModuleNotFoundError: No module named 'mindspore.ops._grad' why? and how to solve it

SemyonBevzuk commented 4 months ago

Hi! Try reinstalling MindSpore: https://www.mindspore.cn/install/en

Sarahsus commented 2 months ago

try this: from mindspore.ops._grad_experimental.grad_base import bprop_getters refer:https://github.com/mindspore-ai/mindspore/blob/master/mindspore/python/mindspore/ops/_grad_experimental/grad_base.py