Skip to content

Commit

Permalink
[DEL] Remove inputs from state attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Nov 3, 2023
1 parent d97d316 commit 1d75e9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion singd/optim/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,6 @@ def set_current_grad_scale(self, grad_scale: float):
"m_Cs",
"H_Ks",
"H_Cs",
"inputs",
]

def state_dict(self) -> Dict[str, Any]:
Expand Down

0 comments on commit 1d75e9b

Please sign in to comment.