Sym
2017-07-04 14:20:17 UTC
Hi,
I have a fairly complex cost function, composed of various pieces that are
looping over the data.
Should I compile the total cost as a theano function or not ?
Would the network still be able to compute gradients if I do this ?
Would it be faster / slower than compiling everything (network + cost
functions) in one theano function ?
I am not sure about what would be the benefits of doing this, if there are
any.
I have a fairly complex cost function, composed of various pieces that are
looping over the data.
Should I compile the total cost as a theano function or not ?
Would the network still be able to compute gradients if I do this ?
Would it be faster / slower than compiling everything (network + cost
functions) in one theano function ?
I am not sure about what would be the benefits of doing this, if there are
any.
--
---
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+***@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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.