Tariq Daouda
2014-06-09 21:10:24 UTC
Hello,
Does anyone know what this error means?
Traceback (most recent call last):
File "mlp.py", line 115, in <module>
*nn.train([train_set_x[i]], [train_set_y[i]])*
File "mlp.py", line 75, in train
*return theano.function(inputs = [x, y], outputs = self.cost, updates =
self.updates)*
File
"/u/daoudat/usr/lib/python2.6/site-packages/theano/compile/function.py",
line 205, in function
"In() instances and tuple inputs trigger the old "
*NotImplementedError: In() instances and tuple inputs trigger the old
semantics, which disallow using updates and givens*
Concerning the inputs, train_set_x[i] is a numpy array and train_set_y[i]
is an integer.
Cheers,
Tariq Daouda
Does anyone know what this error means?
Traceback (most recent call last):
File "mlp.py", line 115, in <module>
*nn.train([train_set_x[i]], [train_set_y[i]])*
File "mlp.py", line 75, in train
*return theano.function(inputs = [x, y], outputs = self.cost, updates =
self.updates)*
File
"/u/daoudat/usr/lib/python2.6/site-packages/theano/compile/function.py",
line 205, in function
"In() instances and tuple inputs trigger the old "
*NotImplementedError: In() instances and tuple inputs trigger the old
semantics, which disallow using updates and givens*
Concerning the inputs, train_set_x[i] is a numpy array and train_set_y[i]
is an integer.
Cheers,
Tariq Daouda
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.