Skip to content

Commit

Permalink
Remove every_n_train_steps from checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed May 10, 2023
1 parent fdd7638 commit 8208b93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion casanovo/denovo/model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def __init__(
monitor="valid_CELoss",
mode="min",
save_top_k=config.save_top_k,
every_n_train_steps=config.every_n_train_steps,
)
]
else:
Expand Down

0 comments on commit 8208b93

Please sign in to comment.