[theano-users] Non-machine learning applications for Theano?

2017-07-13 Thread Prashant Raina
Does anyone have any ideas for using Theano for other things besides machine learning? Do such projects already exist? -- --- 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

[theano-users] Re: Unused input error with chained OpFromGraph ops

2017-07-13 Thread nicolas . granger . m
Hi, Thank you for the suggestion, actually inlining makes more sense for what I am trying to do. However, a casting issue arises when trying to compute the derivative wrt to the continuous input. If I understood correctly, DisconnectedInput should be returned as the gradient for integral

[theano-users] Segnet and pooling indices.

2017-07-13 Thread Kristoffer Wickstrøm
Hi everyone, I have been trying out different Fully Convolutional Networks recently, and is currently working on Segnet. One of the key point is the way upsampling is performed, namely that you keep the pooling indices from the encoder part of the network. Fine in theory, but i am struggling