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

Add __len__ method to IndexBatchSamplerWrapper #7681

Merged
merged 7 commits into from
May 26, 2021

Conversation

kaushikb11
Copy link
Contributor

@kaushikb11 kaushikb11 commented May 24, 2021

What does this PR do?

Fixes #7664

Before submitting

  • Was this discussed/approved via a GitHub issue? (not for typos and docs)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes? (if necessary)
  • Did you write any new necessary tests? (not for typos and docs)
  • Did you verify new and existing tests pass locally with your changes?
  • Did you update the CHANGELOG? (not for typos, docs, test updates, or internal minor changes/refactorings)

PR review

Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:

  • Is this pull request ready for review? (if not, please submit in draft mode)
  • Check that all items from Before submitting are resolved
  • Make sure the title is self-explanatory and the description concisely explains the PR
  • Add labels and milestones (and optionally projects) to the PR so it can be classified

Did you have fun?

Make sure you had fun coding 🙃

@kaushikb11 kaushikb11 self-assigned this May 24, 2021
@pep8speaks
Copy link

pep8speaks commented May 24, 2021

Hello @kaushikb11! Thanks for updating this PR.

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2021-05-26 15:35:05 UTC

@codecov
Copy link

codecov bot commented May 24, 2021

Codecov Report

Merging #7681 (9744e80) into master (b1a7b7e) will decrease coverage by 5%.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master   #7681    +/-   ##
=======================================
- Coverage      93%     88%    -5%     
=======================================
  Files         199     199            
  Lines       12960   12962     +2     
=======================================
- Hits        11990   11373   -617     
- Misses        970    1589   +619     

@kaushikb11 kaushikb11 added the bug Something isn't working label May 24, 2021
@kaushikb11 kaushikb11 added this to the v1.3.x milestone May 24, 2021
@kaushikb11 kaushikb11 marked this pull request as ready for review May 24, 2021 16:30
@kaushikb11 kaushikb11 changed the title Add __len__ method to IndexBatchSampler Add __len__ method to IndexBatchSamplerWrapper May 24, 2021
@kaushikb11 kaushikb11 added the priority: 0 High priority task label May 24, 2021
tests/models/test_tpu.py Outdated Show resolved Hide resolved
tests/models/test_tpu.py Outdated Show resolved Hide resolved
tests/models/test_tpu.py Outdated Show resolved Hide resolved

@RunIf(tpu=True)
@pl_multi_process_test
def test_predict_tpu_multi_cores(tmpdir):
Copy link
Contributor

Choose a reason for hiding this comment

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

I think an unit test would be better suited for this PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What do you have in mind? Just check the len attribute for IndexBatchSamplerWrapper?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, simple and effective 😜

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

Copy link
Contributor

@tchaton tchaton left a comment

Choose a reason for hiding this comment

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

LGMT ! Just need to address comments

@mergify mergify bot removed the has conflicts label May 26, 2021
@kaushikb11 kaushikb11 enabled auto-merge (squash) May 26, 2021 15:35
@kaushikb11 kaushikb11 merged commit 04dcb17 into Lightning-AI:master May 26, 2021
@tchaton tchaton mentioned this pull request Jun 1, 2021
tchaton pushed a commit that referenced this pull request Jun 1, 2021
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
tchaton pushed a commit that referenced this pull request Jun 1, 2021
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Borda pushed a commit that referenced this pull request Jun 1, 2021
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
tchaton pushed a commit that referenced this pull request Jun 1, 2021
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
lexierule pushed a commit that referenced this pull request Jun 1, 2021
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: 0 High priority task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trainer.predict is not working on TPUs
5 participants