提交 a7c4d565 authored 作者: Roy Xue's avatar Roy Xue

updates 2

上级 d24c60f4
...@@ -745,7 +745,6 @@ class ProfileStats(object): ...@@ -745,7 +745,6 @@ class ProfileStats(object):
''' '''
global maybe_executed global maybe_executed
for i in range(len(node_list)): for i in range(len(node_list)):
v = node_list[i:i+1] v = node_list[i:i+1]
if v[0] in maybe_executed: if v[0] in maybe_executed:
...@@ -766,8 +765,6 @@ class ProfileStats(object): ...@@ -766,8 +765,6 @@ class ProfileStats(object):
min_order = [] min_order = []
print node_list
for order in min_memory_generator(node_list): for order in min_memory_generator(node_list):
post_thunk_old_storage = [] post_thunk_old_storage = []
computed, last_user = theano.gof.link.gc_helper(order) computed, last_user = theano.gof.link.gc_helper(order)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论