提交 8ce97fe7 authored 作者: Roy Xue's avatar Roy Xue 提交者: Lijun Xue

Small change and restart Travis CI

上级 7d50d94e
......@@ -11,7 +11,6 @@ def test_reduce():
config1 = theano.config.profile
config2 = theano.config.profile_memory
config3 = theano.config.profiling.min_peak_memory
try:
theano.config.profile = True
theano.config.profile_memory = True
......@@ -37,7 +36,6 @@ def test_reduce():
finally:
theano.config.profile = config1
theano.config.profile_memory = config2
theano.config.profiling.min_peak_memory = config3
if __name__ == "__main__":
test_reduce()
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论