-
Notifications
You must be signed in to change notification settings - Fork 212
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1189 +/- ##
==========================================
+ Coverage 90.95% 90.96% +0.01%
==========================================
Files 284 284
Lines 12687 12683 -4
==========================================
- Hits 11539 11537 -2
+ Misses 1148 1146 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -14,6 +14,7 @@ jobs: | |||
- "image" | |||
- "text" | |||
- "tabular" | |||
- "video" | |||
gpu_inds: | |||
- "0" |
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.
- "0" | |
- "1" |
just the 0 may evoke no GPU...
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, just a small question - but shouldn't block merging this PR. 🎉
@@ -79,7 +79,6 @@ def __init__(self, *args, **kwargs): | |||
if flash._IS_TESTING: | |||
if torch.cuda.is_available(): | |||
kwargs["gpus"] = -1 | |||
kwargs["max_epochs"] = 3 |
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.
Is there a reason for this removal?
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.
Yeah, it was forcing 3 epochs in the test but video classification takes too long so was timing out. Now each example sets it's own max epochs and we just use that 😃
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.
Awesome! Thanks for the explanation.
What does this PR do?
Fixes #1188
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃