Did it give an error? If you're debugging things, eval is the right
function to use. If you're outputting the value of these variables during
training, you can just add them to the list of outputs when you create the
theano function.

On Fri, Jan 27, 2017 at 8:49 PM chathu matharage <chathui...@gmail.com>
wrote:

> I need to get the value of Elementwise{tanh,no_inplace}.0 variable which
> is the output of error of logistic regression layer in convolution neural
> network. I tried with eval(). But it didn't work. Is there a method to get
> the error value of this type of variable?
>
>
> On Saturday, January 28, 2017 at 6:27:24 AM UTC+5:30, Jesse Livezey wrote:
>
> You can use eval
>
> http://deeplearning.net/software/theano/library/gof/graph.html#theano.gof.graph.Variable.eval
>
> On Friday, January 27, 2017 at 4:39:56 PM UTC-8, chathu matharage wrote:
>
> Hi,
> Is there a method to print the value of a tensor variable?
>
> --
>
> ---
> 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/WVcBsiXG2w0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> theano-users+unsubscr...@googlegroups.com.
> 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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to