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 just wondering is there an efficient and straightforward function/method to initialize a train state from a PyTree of model parameters? Currently I can find Checkpointer.restore to restore a train state from checkpoints TrainStateInitializer.from_scratch to intialize a train state from scratch.
Currently I am trying to load a dictionary of model parameters (without training steps and optimizer states, etc.) and would like to do continual training on these parameters.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I am just wondering is there an efficient and straightforward function/method to initialize a train state from a PyTree of model parameters? Currently I can find
Checkpointer.restore
to restore a train state from checkpointsTrainStateInitializer.from_scratch
to intialize a train state from scratch.Currently I am trying to load a dictionary of model parameters (without training steps and optimizer states, etc.) and would like to do continual training on these parameters.
Thanks!
The text was updated successfully, but these errors were encountered: