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
When I try to save the optimizer.state_dict() before the first training step, this error occurred. Seems that we should add self._h_min = 0.0 and self._h_max = 0.0 in __init__() ?
The text was updated successfully, but these errors were encountered:
When I try to save the optimizer.state_dict() before the first training step, this error occurred. Seems that we should add
self._h_min = 0.0
andself._h_max = 0.0
in__init__()
?The text was updated successfully, but these errors were encountered: