Skip to content

Commit

Permalink
[fix] stray , broke everything
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Sep 27, 2024
1 parent 5b4cbc9 commit f270dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioimage_embed/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class Trainer:
accumulate_grad_batches: int = 16
min_epochs: int = 1
max_epochs: int = II("recipe.max_epochs")
num_nodes: int = 1,
num_nodes: int = 1
log_every_n_steps: int = 1
# This is not a clean implementation but I am not sure how to do it better
callbacks: Any = Field(
Expand Down

0 comments on commit f270dce

Please sign in to comment.