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

Feature/sg 521 gpu tests #587

Merged
merged 74 commits into from
Dec 29, 2022
Merged

Feature/sg 521 gpu tests #587

merged 74 commits into from
Dec 29, 2022

Conversation

shaydeci
Copy link
Collaborator

@shaydeci shaydeci commented Dec 28, 2022

Added-

  • Recipe tests suite: currently contains tests running on saved checkpoints from the experiments ran in line 206 .circleci/config.yml . Main purpose is to test training generally works with DDP and the ran recipes metrics aren't stuck.
  • Small fix in SgTrainer (batch size warning for drop last- when using BatchSampler it failed since in that case there's no "batch_size" attribute).
  • Exit code for DDP exit set to 0 (was message before, which led to CI failing, and is not an informative exit code).
  • Numpy requirement which led to failure.

@dagshub
Copy link

dagshub bot commented Dec 28, 2022

@shaydeci shaydeci marked this pull request as ready for review December 28, 2022 09:49
Copy link
Collaborator

@ofrimasad ofrimasad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a few comments inline

.circleci/config.yml Show resolved Hide resolved
Copy link
Collaborator

@ofrimasad ofrimasad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shaydeci shaydeci merged commit 9e24a33 into master Dec 29, 2022
@shaydeci shaydeci deleted the feature/SG-521_gpu_tests branch December 29, 2022 09:17
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.

None yet

2 participants