MegEngine / Documentation

MegEngine Official Documentation
https://megengine.org.cn/doc/stable/zh/
Creative Commons Attribution Share Alike 4.0 International
39 stars 59 forks source link

提醒用户当前 MegEngine 中的操作都是非 inplace 的 #223

Closed cheekyshibe closed 3 years ago

cheekyshibe commented 3 years ago

以及需要补充一些使用情景。

cheekyshibe commented 3 years ago

如果用户不清楚这些细节,可能导致在如下情景不知道如何编码:

比如x 本身是需要梯度的,这个梯度是经过f1 bp得到的。但是x同时需要算另一个value,需要经过函数f2。但是f2过程本身不需要梯度...

cheekyshibe commented 3 years ago

Done