Skip to content

Commit

Permalink
[fix] temporarily adding Any type
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Aug 21, 2024
1 parent 092800a commit 728b3f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bioimage_embed/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ class Trainer:
# logger: Optional[any]
gradient_clip_val: float = 0.5
enable_checkpointing: bool = True
devices: str = "auto"
devices: Any = "auto"
num_nodes: int = 1
accelerator: str = "auto"
accumulate_grad_batches: int = 16
min_epochs: int = 1
Expand Down

0 comments on commit 728b3f7

Please sign in to comment.