提交 e91f20c3 authored 作者: Frederic Bastien's avatar Frederic Bastien

Add printing in the gpu example to help debug report problem (people frequently…

Add printing in the gpu example to help debug report problem (people frequently forget to set floatX=float32.
上级 aac38eea
......@@ -369,6 +369,9 @@ Consider again the logistic regression:
print("prediction on D")
print(predict(D[0]))
print("floatX=", theano.config.floatX)
print("device=", theano.config.device)
.. testoutput::
:hide:
:options: + ELLIPSIS
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论