Skip to content

Commit

Permalink
Merge pull request #40 from anton-bushuiev/main
Browse files Browse the repository at this point in the history
Improve test evaluation
  • Loading branch information
anton-bushuiev authored Oct 28, 2024
2 parents fd4d6e8 + 5bee764 commit a325ca7
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 337 deletions.
2 changes: 1 addition & 1 deletion massspecgym/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(
lr: float = 1e-4,
weight_decay: float = 0.0,
log_only_loss_at_stages: T.Sequence[Stage | str] = (),
bootstrap_metrics: bool = True,
bootstrap_metrics: bool = False,
df_test_path: T.Optional[str | Path] = None,
*args,
**kwargs
Expand Down
Loading

0 comments on commit a325ca7

Please sign in to comment.