提交 319e50df authored 作者: Frederic Bastien's avatar Frederic Bastien

Make an example ignore floatX. We didn'T talk about it yet!

上级 7fbbfd14
...@@ -545,8 +545,8 @@ It will be used repeatedly. ...@@ -545,8 +545,8 @@ It will be used repeatedly.
training_steps = 10000 training_steps = 10000
# Declare Theano symbolic variables # Declare Theano symbolic variables
x = T.matrix("x") x = T.dmatrix("x")
y = T.vector("y") y = T.dvector("y")
# initialize the weight vector w randomly # initialize the weight vector w randomly
# #
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论