Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Feature] Add seed option for Sampler #642

Merged
merged 2 commits into from
Feb 24, 2021

Conversation

congee524
Copy link
Contributor

fix #640

@codecov
Copy link

codecov bot commented Feb 24, 2021

Codecov Report

Merging #642 (a3b819d) into master (1a896f2) will increase coverage by 0.03%.
The diff coverage is 25.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #642      +/-   ##
==========================================
+ Coverage   84.71%   84.74%   +0.03%     
==========================================
  Files         127      127              
  Lines        8967     8968       +1     
  Branches     1510     1510              
==========================================
+ Hits         7596     7600       +4     
+ Misses       1009     1007       -2     
+ Partials      362      361       -1     
Flag Coverage Δ
unittests 84.73% <25.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmaction/datasets/builder.py 43.18% <0.00%> (ø)
mmaction/datasets/samplers/distributed_sampler.py 22.22% <28.57%> (-0.64%) ⬇️
mmaction/datasets/pipelines/augmentations.py 94.83% <0.00%> (+0.50%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a896f2...fce0ea0. Read the comment docs.

@congee524 congee524 requested a review from dreamerlin February 24, 2021 08:09
@innerlee innerlee merged commit 0149a0e into open-mmlab:master Feb 24, 2021
@congee524 congee524 deleted the add_seed_option_for_sampler branch February 24, 2021 11:21
@congee524 congee524 changed the title [Feature] Add seed option for sampler [Feature] Add seed option for Sampler Feb 26, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Seed in sampler
3 participants