Closed BraveDrXuTF closed 6 months ago
In all parameters needed by get_deq function, I find the backward pass b_solver and b_max_iter, what are they used for? As far as I know, the backward pass refers to backpropagation, and it does not need a fixed-point solver...
get_deq
Have a look at the tutorial colab notebook. It explains the different ways to compute gradients quite nicely
Thank you, I think I got it.
In all parameters needed by
get_deq
function, I find the backward pass b_solver and b_max_iter, what are they used for? As far as I know, the backward pass refers to backpropagation, and it does not need a fixed-point solver...