码迷,mamicode.com
首页 > 其他好文 > 详细

ReLU(inplace=True),这里的inplace=true的意思

时间:2020-02-26 13:59:04      阅读:275      评论:0      收藏:0      [点我收藏+]

标签:text   ext   hash   lan   sage   graph   without   span   any   

ReLU(inplace=True),这里的inplace=true的意思

待办

inplace=True means that it will modify the input directly, without allocating any additional output. It can sometimes slightly decrease the memory usage, but may not always be a valid operation (because the original input is destroyed). However, if you don’t see an error, it means that your use case is valid.

直接在原有输入内存上修改输入,不额外申请,不报错就能用,节省内存。

ReLU(inplace=True),这里的inplace=true的意思

标签:text   ext   hash   lan   sage   graph   without   span   any   

原文地址:https://www.cnblogs.com/lishikai/p/12366637.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!