I see. In that case, you can either wrap the interp1d as a theano function using the theano.tensor.as_op decorator, or try to implement a custom interpolation function.
2 Likes
I see. In that case, you can either wrap the interp1d as a theano function using the theano.tensor.as_op decorator, or try to implement a custom interpolation function.