Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add max_num_validation_steps member of config and client and related … #304

Merged
merged 4 commits into from
Dec 18, 2024

Conversation

jewelltaylor
Copy link
Collaborator

@jewelltaylor jewelltaylor commented Dec 16, 2024

PR Type

[Feature | Fix | Documentation | Other ]

Short Description

Add ability to specify maximum number of validation steps to perform

Add ability to specify maximum number of validation steps to perform. This functionality is useful in cases where the validation dataset size is large and we don't want to compute metrics over the entire validation set. This is immediately useful for the nnunet experiments because the nnunet cli only performs 50 steps on the validation set.

Tests Added

Describe the tests that have been added to ensure the codes correctness, if applicable.

fl4health/clients/basic_client.py Show resolved Hide resolved
Add logging and documentation to clarify behaviour of specifying max_num_validation_steps
@jewelltaylor jewelltaylor merged commit 1ec2707 into main Dec 18, 2024
6 checks passed
@jewelltaylor jewelltaylor deleted the add-val-step-limit branch December 18, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants