Hi everyone, I would like to ask if there's someone who know how to plot the activations from a hidden layer of a convent. For instance I have a function let's say model that does cone->rely->pool modeling of the different layers. In the body of that function I have something like this: h3 = pool( relu( conv2d(X, w) ), (2, 2), ignore_border=True )
How do I plot the activations of layer h3 for instance. I know that I have to pass it somehow through theano.function() but I'm now sure how to do that because every time that I've tried I only got back some kind of symbolic computation and not actual numbers that I can plot. -- --- 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.
