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

[Features] Support auto-resume #71

Merged
merged 4 commits into from
Jan 6, 2022
Merged

Conversation

MeowZheng
Copy link
Collaborator

@MeowZheng MeowZheng commented Jan 6, 2022

  1. Add find_latest_checkpoint which will be used when auto-resume training
  2. Add argument auto-resume in tools/train.py

Related PR: https://github.com/open-mmlab/mmdetection/pull/6727/files

@codecov
Copy link

codecov bot commented Jan 6, 2022

Codecov Report

Merging #71 (136fc14) into master (aeebb1e) will increase coverage by 0.22%.
The diff coverage is 82.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   67.72%   67.95%   +0.22%     
==========================================
  Files          84       85       +1     
  Lines        4828     4855      +27     
  Branches      689      696       +7     
==========================================
+ Hits         3270     3299      +29     
+ Misses       1454     1452       -2     
  Partials      104      104              
Flag Coverage Δ
unittests 67.95% <82.75%> (+0.22%) ⬆️

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

Impacted Files Coverage Δ
mmflow/apis/train.py 19.54% <16.66%> (-1.20%) ⬇️
mmflow/utils/__init__.py 100.00% <100.00%> (ø)
mmflow/utils/misc.py 100.00% <100.00%> (ø)
mmflow/datasets/pipelines/transforms.py 79.83% <0.00%> (+1.16%) ⬆️

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 c458f8d...136fc14. Read the comment docs.

@MeowZheng MeowZheng merged commit a59279a into open-mmlab:master Jan 6, 2022
@MeowZheng MeowZheng deleted the auto-resume branch January 6, 2022 12:15
MeowZheng added a commit that referenced this pull request Jul 15, 2022
* [Features] Support auto-resume

* add comments

* modify docstring

* modify train tools
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