-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
3686 Skip workflow run if data is empty or the specified epoch_length is 0 #3690
Conversation
merge master
merge master
merge master
merge master
merge master
Signed-off-by: Nic Ma <nma@nvidia.com>
/black |
/build |
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.
LGTM.. should be good if we have the test case for multi-gpu as well
Signed-off-by: Nic Ma <nma@nvidia.com>
Hi @ericspod @SachidanandAlle , Thanks for the review. Thanks. |
/black |
/build |
… is 0 (#3690) * [DLMED] check 0 length Signed-off-by: Nic Ma <nma@nvidia.com> * [DLMED] add dist tests Signed-off-by: Nic Ma <nma@nvidia.com>
… is 0 (#3690) * [DLMED] check 0 length Signed-off-by: Nic Ma <nma@nvidia.com> * [DLMED] add dist tests Signed-off-by: Nic Ma <nma@nvidia.com>
Fixes #3686 .
Description
This PR enhanced the workflow to skip run if data is empty or the specified epoch_length is 0.
Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.