nate.river

Results 92 comments of nate.river

@arogozhnikov hello sir, I have committed a merge request for adding a new backend named MindSpore, which is a new DL framework. Would please review this pr and give some...

> It looks like a bug on CPU platform, I will check it and try to fix it. BTW, I remember the `mindspore-gpu` package i used was a development version,...

could you add a pull request to fix this issue?

我看一下😂,时间太久了

This is a bug on 1.8.1, it will be fixed in MindSpore 1.9.0(planed to release at 09/30)

The problem has been fix on MindSpore 1.9.0

it seems that only `Pynative` mode works well, you should add the following code snippet: ```python from mindspore import context context.set_context(mode=context.PYNATIVE_MODE) ``` BTW, mindspore will set `Pynative` mode as the...

the error has been fixed.

@arogozhnikov the error has been fixed, would you please review the code and merge it?