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
I am playing with the gencast_mini_demo.ipynb using the 'GenCast 1p0deg Mini <2019.npz' model along with the source-era5_date-2019-03-29_res-1.0_levels-13_steps-01.nc dataset. I added the following commands after the "Gradient computation" cell to see if the training steps changed anything in the params structure. Nothing changed. So the question becomes, what is the training doing? Which fields should I be comparing?
The grads_fn_jitted only produces the gradients of the params. In order to actually perform an update of the params, then you need to use an optimizer (e.g. Adam from the optax library) to used those gradients to compute an update to the params.
I am playing with the gencast_mini_demo.ipynb using the 'GenCast 1p0deg Mini <2019.npz' model along with the source-era5_date-2019-03-29_res-1.0_levels-13_steps-01.nc dataset. I added the following commands after the "Gradient computation" cell to see if the training steps changed anything in the params structure. Nothing changed. So the question becomes, what is the training doing? Which fields should I be comparing?
The text was updated successfully, but these errors were encountered: