提交 d91ba6a3 authored 作者: Frederic's avatar Frederic

Print more stuff to stdout to help make travis-ci don't error.

上级 590d2601
import os import os
import shutil import shutil
import sys
from tempfile import mkdtemp from tempfile import mkdtemp
import time import time
import unittest import unittest
...@@ -3688,7 +3689,9 @@ class T_Scan(unittest.TestCase): ...@@ -3688,7 +3689,9 @@ class T_Scan(unittest.TestCase):
cost = result_outer[-1] cost = result_outer[-1]
H = theano.gradient.hessian(cost, W_flat) H = theano.gradient.hessian(cost, W_flat)
print >> sys.stderr, "."
f = theano.function([W_flat], H) f = theano.function([W_flat], H)
print >> sys.stderr, "."
f(numpy.ones((8,), dtype='float32')) f(numpy.ones((8,), dtype='float32'))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论