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
As of now, only the model registered as self.model in the Solver class is subject to checkpointing. Change this to ensure that every model gets a checkpoint of the form <timestamp>-<model name>-checkpoint-ep<epoch>.pth. Also, pass model as kwarg instead of arg as it is done currently.
The text was updated successfully, but these errors were encountered:
As of now, only the model registered as
self.model
in theSolver
class is subject to checkpointing. Change this to ensure that every model gets a checkpoint of the form<timestamp>-<model name>-checkpoint-ep<epoch>.pth
. Also, pass model askwarg
instead ofarg
as it is done currently.The text was updated successfully, but these errors were encountered: