-
Notifications
You must be signed in to change notification settings - Fork 147
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
Fix DFPTraining validation set option #709
Fix DFPTraining validation set option #709
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a test to check this functionality? Otherwise its good to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a test to check this functionality? And then we should be good to go.
Created issue #733 to address my comment since we will need a bigger solution for testing examples. |
/merge |
- Fix `validation_size` validation. Allow for `validation_size=0.0` for no validation set. - Pass `run_validation` to dfencoder `fit()`. This option was recently added to `fit()` and is now required to enable use of a validation set and early stopping. Fixes nv-morpheus#707 Fixes nv-morpheus#708 Authors: - Eli Fajardo (https://github.com/efajardo-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) - David Gardner (https://github.com/dagardner-nv) URL: nv-morpheus#709
validation_size
validation. Allow forvalidation_size=0.0
for no validation set.run_validation
to dfencoderfit()
. This option was recently added tofit()
and is now required to enable use of a validation set and early stopping.Fixes #707
Fixes #708