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

TorchEstimator: use validation_steps instead of validation_steps_per_… #2918

Merged
merged 2 commits into from May 19, 2021

Conversation

chongxiaoc
Copy link
Collaborator

@chongxiaoc chongxiaoc commented May 19, 2021

…epoch

validation_steps_per_epoch could be None if user doesn't specify.
Also modify unit test to cover val dataloader cases.

Signed-off-by: Chongxiao Cao chongxiaoc@uber.com

Checklist before submitting

  • Did you read the contributor guide?
  • Did you update the docs?
  • Did you write any tests to validate this change?
  • Did you update the CHANGELOG, if this change affects users?

Description

Fixes # (issue).

Review process to land

  1. All tests and other checks must succeed.
  2. At least one member of the technical steering committee must review and approve.
  3. If any member of the technical steering committee requests changes, they must be addressed.

…epoch

validation_steps_per_epoch could be None if user doesn't specify.
Also modify unit test to cover val dataloader cases.

Signed-off-by: Chongxiao Cao <chongxiaoc@uber.com>
…ataloader cases

Signed-off-by: Chongxiao Cao <chongxiaoc@uber.com>
@github-actions
Copy link

github-actions bot commented May 19, 2021

Unit Test Results

     559 files  ±0     559 suites  ±0   5h 18m 37s ⏱️ ±0s
     597 tests ±0     518 ✔️ ±0       78 💤 ±0  1 ❌ ±0 
11 951 runs  ±0  8 651 ✔️ ±0  3 293 💤 ±0  7 ❌ ±0 

For more details on these failures, see this check.

Results for commit 255c2b9. ± Comparison against base commit 255c2b9.

♻️ This comment has been updated with latest results.

@tgaddair tgaddair merged commit 255c2b9 into horovod:master May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants