提交 9bb90495 authored 作者: James Bergstra's avatar James Bergstra

fixed logger used in test_nnet

上级 35ebe006
...@@ -14,7 +14,7 @@ import numpy ...@@ -14,7 +14,7 @@ import numpy
import theano_cuda_ndarray as tcn import theano_cuda_ndarray as tcn
import logging import logging
logging.getLogger('theano.gradient').setLevel(logging.INFO) logging.getLogger('test_cuda_ndarray.tests.test_nnet').setLevel(logging.INFO)
def get_mode(): def get_mode():
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论