Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink committed Feb 7, 2024
1 parent ff61f7c commit 1490440
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dacapo/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ def train_run(
f"Found weights for iteration {latest_weights_iteration}, but "
f"run {run.name} was only trained until {trained_until}."
)
# raise RuntimeError(
# f"Found weights for iteration {latest_weights_iteration}, but "
# f"run {run.name} was only trained until {trained_until}."
# )

# start/resume training

Expand Down

0 comments on commit 1490440

Please sign in to comment.