[Enhance] Add extra dataloader settings in configs#1435
Merged
MeowZheng merged 5 commits intoopen-mmlab:masterfrom Apr 13, 2022
Merged
[Enhance] Add extra dataloader settings in configs#1435MeowZheng merged 5 commits intoopen-mmlab:masterfrom
MeowZheng merged 5 commits intoopen-mmlab:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1435 +/- ##
==========================================
+ Coverage 90.22% 90.31% +0.09%
==========================================
Files 136 139 +3
Lines 7946 8289 +343
Branches 1323 1392 +69
==========================================
+ Hits 7169 7486 +317
- Misses 552 567 +15
- Partials 225 236 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Junjun2016
reviewed
Mar 31, 2022
Junjun2016
reviewed
Mar 31, 2022
Junjun2016
reviewed
Mar 31, 2022
Junjun2016
reviewed
Mar 31, 2022
Junjun2016
reviewed
Mar 31, 2022
MengzhangLI
approved these changes
Mar 31, 2022
MengzhangLI
approved these changes
Apr 7, 2022
mob5566
pushed a commit
to mob5566/mmsegmentation
that referenced
this pull request
Apr 13, 2022
* [Enhance] Add extra dataloader settings in configs * val default samples * val default samples * del unuse * del unused
ZhimingNJ
pushed a commit
to AetrexTechnology/mmsegmentation
that referenced
this pull request
Jun 29, 2022
* [Enhance] Add extra dataloader settings in configs * val default samples * val default samples * del unuse * del unused
aravind-h-v
pushed a commit
to aravind-h-v/mmsegmentation
that referenced
this pull request
Mar 27, 2023
* Ensure Flax pipeline always returns numpy array. * Clarify documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
ref: open-mmlab/mmpretrain#752
In some situation, we need to use different dataloader settings like samples_per_gpu in train/val/test dataloader.
Modification
Use train_dataloader, val_dataloader and test_dataloader settings in the data field to specify different arguments.
Use cases (Optional)
Checklist