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

[Enhancement] Add persistent_workers=True in val_dataloader #63

Merged
merged 1 commit into from
Dec 23, 2021

Conversation

MeowZheng
Copy link
Collaborator

Motivation

presistent_workers=True in val_dataloader will speed up evaluation during training and not affect iter training time.

@codecov
Copy link

codecov bot commented Dec 22, 2021

Codecov Report

Merging #63 (0bb3632) into master (607e1ed) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #63   +/-   ##
=======================================
  Coverage   67.07%   67.07%           
=======================================
  Files          83       83           
  Lines        4726     4726           
  Branches      678      678           
=======================================
  Hits         3170     3170           
  Misses       1453     1453           
  Partials      103      103           
Flag Coverage Δ
unittests 67.07% <ø> (ø)

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

Impacted Files Coverage Δ
mmflow/datasets/pipelines/transforms.py 78.66% <0.00%> (ø)

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 607e1ed...0bb3632. Read the comment docs.

@MeowZheng MeowZheng merged commit 7f16f35 into open-mmlab:master Dec 23, 2021
@MeowZheng MeowZheng deleted the val-dataloader branch December 23, 2021 05:33
@MeowZheng MeowZheng changed the title [Enhancement] Add presistent_workers=True in val_dataloader [Enhancement] Add persistent_workers=True in val_dataloader Jan 7, 2022
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.

1 participant