Hello everyone,How are the consider_constant, disconnected_inputs, etc. applied when computing the gradient of a ScanOp? I am running into a situation, which is described with code on StackOverflow:where I'm getting a DisconnectedInputError for a T.grad() call internal to Scan (in connection_pattern()). The error is with respect to a variable which should be considered constant, but when I specify it in consider_constant in the top-level gradient call, it doesn't help. Neither does setting disconnected_inputs to 'warn'.The specific thing it complains about as disconnected is not the variable itself, but rather variable[t], which is perhaps a clue.Thanks very much,Ryan--
---
You received this message because you are subscribed to the Google Groups "theano-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.