Skip to content

Commit

Permalink
Default to using the whole dataset for inference unless overriden
Browse files Browse the repository at this point in the history
  • Loading branch information
mtauraso committed Jan 10, 2025
1 parent aaccba0 commit 8831dae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/fibad/fibad_default_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,6 @@ num_workers = 2

[infer]
model_weights_file = false
split = "test"
# Select a split ("train", "test", or "validate") to use for inference
# default of false selects the entire dataset for inference.
split = false

0 comments on commit 8831dae

Please sign in to comment.