Hi everyone,
I am trying to locate the backpropagation step in the code but have not been able to find it.
Specifically, I am looking for the computation of the gradients of the loss with respect to those two trainable coefficients in the function:
f(x) = coefficient1 * SiLU(x) + coefficient2 * B_Spline(x).
Could anyone help me identify where this is implemented in the repository?
Thank you!