You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you know why jvp is a scalar? I would have thought that this is a matrix. Also, is there a reason why we are calling tuple(params) instead of params?
Thank you.
The text was updated successfully, but these errors were encountered:
macrocredit
changed the title
Quick implementation question
Implementation quick question
Jul 17, 2023
i also found that the jvp is a scalar, and i'm not sure how the jvp is calculated. i want a formula to show the computing flow layer by layer, do you know how to get the formula?
Hi - Great work!
I have one question:
loss, jvp = fc.jvp(f, (tuple(params),), (v_params,))
Do you know why jvp is a scalar? I would have thought that this is a matrix. Also, is there a reason why we are calling tuple(params) instead of params?
Thank you.
The text was updated successfully, but these errors were encountered: