提交 7413cc4d authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Merge pull request #3705 from nouiz/trace

Correctly remove the internal theano trace. As we return only 1 level…
...@@ -87,6 +87,7 @@ def add_tag_trace(thing, user_line=1): ...@@ -87,6 +87,7 @@ def add_tag_trace(thing, user_line=1):
file_path = tr[-1][0] file_path = tr[-1][0]
rm = False rm = False
for p in ["theano/tensor/", "theano\\tensor\\", for p in ["theano/tensor/", "theano\\tensor\\",
"theano/compile/", "theano\\compile\\",
"theano/gof/", "theano\\gof\\", "theano/gof/", "theano\\gof\\",
"theano/scalar/basic.py", "theano\\scalar\\basic.py", "theano/scalar/basic.py", "theano\\scalar\\basic.py",
"theano/sandbox/", "theano\\sandbox\\", "theano/sandbox/", "theano\\sandbox\\",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论