Unverified 提交 cdeb9afd authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #6735 from timgates42/bugfix/typo_variable->size

Fix simple typo: varible->size -> variable->size
...@@ -770,7 +770,7 @@ class ProfileStats(object): ...@@ -770,7 +770,7 @@ class ProfileStats(object):
def summary_memory(self, file, N=None): def summary_memory(self, file, N=None):
fct_memory = {} # fgraph->dict(node->[outputs size]) fct_memory = {} # fgraph->dict(node->[outputs size])
fct_shapes = {} # fgraph->dict(node->[outputs shapes])) fct_shapes = {} # fgraph->dict(node->[outputs shapes]))
var_mem = {} # varible->size in bytes; don't include input variables var_mem = {} # variable->size in bytes; don't include input variables
node_mem = {} # node->total outputs size (only dense outputs) node_mem = {} # node->total outputs size (only dense outputs)
for node in self.apply_callcount: for node in self.apply_callcount:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论