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 using gin to configure my experiments. Next, while visualizing results in a Jupyter Notebook, I would like to be able to load only my model parameters from the .gin file.
Is there a way to just load the .gin params to only one function? Or just to load it as a dict?
Thanks :)
The text was updated successfully, but these errors were encountered:
chledowski
changed the title
Load gin file as a dict
Load gin config to 1 function or as a dict
Oct 17, 2019
Hi. Thanks for your nice work.
I am using gin to configure my experiments. Next, while visualizing results in a Jupyter Notebook, I would like to be able to load only my model parameters from the
.gin
file.Is there a way to just load the
.gin
params to only one function? Or just to load it as a dict?Thanks :)
The text was updated successfully, but these errors were encountered: