I have edited the code now to include input var and target var in the givens for the function, but it still doesn't work. Yes I want to define the model with input var and target var, which I now do with given, since shared variables cannot be used directly as input
Hi, You don't use input_var or target_var in your Theano function. So Theano ignore there value. Did you wanted to define the model with input_var and target_var instead of X and Y? If so, that could work by calling set_value().On Thu, May 11, 2017 at 5:55 PM Tara <[email protected]> wrote:
--- You received this message because you are subscribed to a topic in the Google Groups "theano-users" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/theano-users/_sxgPvgMeYo/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected]. 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 [email protected]. For more options, visit https://groups.google.com/d/optout. | ||
- Re: [theano-users] Using shared variable as inputs to t... Frédéric Bastien
- Re: [theano-users] Using shared variable as inputs... gbengaoti2
