提交 5b84f246 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Some changes following review

上级 2d3f367c
......@@ -882,9 +882,9 @@ if 0: # old code still to be ported from ProfileMode
print 'Theano fct call %.3fs %.1f%%' % (total_fct_time,
total_fct_time / total_time *
100)
print ' Theano Op time (included in fct call, Time spent ' \
'running thunks) %.3fs %.1f%%(of total) %.1f%%(of fct call)' % \
(local_time, local_time / total_time * 100, time_pr_in_fct)
print (' Theano Op time (included in fct call, Time spent '
'running thunks) %.3fs %.1f%%(of total) %.1f%%(of fct call)' %
(local_time, local_time / total_time * 100, time_pr_in_fct))
print 'Other time since import %.3fs %.1f%%'%(other_time,other_time/total_time*100)
print '%i Theano fct call, %.3fs per call'%(total_fct_call, time_per_call)
......
......@@ -94,8 +94,6 @@ def test_cholesky_grad():
rng, eps=eps))
# This is possibly redundant since we already have a test for the op
# and its grad above.
@attr('slow')
def test_cholesky_and_cholesky_grad_shape():
if not imported_scipy:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论