MindSpore-AttributeError: module ‘mindspore‘ has no attribute ‘value_and_grad‘

mindspore r1.3版本

ms.value_and_grad和ops.value_and_grad都没有

请问如下代码该怎么替换

# Get gradient function
grad_fn =ms.value_and_grad(forward_fn, None, optimizer.parameters, has_aux=True)

是给分配的裸机,没法升级mindspore,有没有其他可以替换的算子呢

****************************************************解答*****************************************************

可以直接使用:mindspore.ops.GradOperation()算子

你可能感兴趣的:(python,开发语言)