Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DFPTraining validation set option (#709)
- 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 #707 Fixes #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: #709
- Loading branch information