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

merge the calling of train/val_step and batch_processor into run_iter #553

Merged
merged 3 commits into from
Sep 22, 2020

Conversation

ZhiyuanChen
Copy link
Contributor

ref #541

@CLAassistant
Copy link

CLAassistant commented Sep 14, 2020

CLA assistant check
All committers have signed the CLA.

@ZhiyuanChen ZhiyuanChen force-pushed the master branch 2 times, most recently from c86c4d8 to 1ffafc4 Compare September 14, 2020 18:20
@ZhiyuanChen ZhiyuanChen changed the title merge train/val_step and batch_processor into run_iter merge the calling of train/val_step and batch_processor into run_iter Sep 14, 2020
@codecov
Copy link

codecov bot commented Sep 14, 2020

Codecov Report

Merging #553 into master will decrease coverage by 0.00%.
The diff coverage is 51.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #553      +/-   ##
==========================================
- Coverage   64.77%   64.76%   -0.01%     
==========================================
  Files         133      133              
  Lines        7582     7597      +15     
  Branches     1334     1336       +2     
==========================================
+ Hits         4911     4920       +9     
- Misses       2424     2432       +8     
+ Partials      247      245       -2     
Flag Coverage Δ
#unittests 64.76% <51.06%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
mmcv/onnx/symbolic.py 0.00% <0.00%> (ø)
mmcv/runner/iter_based_runner.py 17.42% <33.33%> (+0.88%) ⬆️
mmcv/runner/epoch_based_runner.py 78.78% <57.89%> (+4.56%) ⬆️
mmcv/ops/deprecated_wrappers.py 55.55% <100.00%> (ø)
mmcv/runner/__init__.py 100.00% <100.00%> (ø)
mmcv/utils/registry.py 97.22% <100.00%> (+0.03%) ⬆️
mmcv/version.py 92.30% <100.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 a0cc5a8...97e47f4. Read the comment docs.

mmcv/runner/base_runner.py Outdated Show resolved Hide resolved
@hellock hellock merged commit 50af009 into open-mmlab:master Sep 22, 2020
mattdawkins added a commit to VIAME/mmcv that referenced this pull request Dec 3, 2020
* tag 'v1.1.5': (81 commits)
  bump version to 1.1.5 (open-mmlab#603)
  Fix wrappers version comparison (open-mmlab#602)
  revert dcn (open-mmlab#597)
  lint markdown files (open-mmlab#592)
  bump version to 1.1.4 (open-mmlab#591)
  fix lint open-mmlab#580 (open-mmlab#590)
  Fixed fp16_optimizer state bug (open-mmlab#580)
  register deconv in CONV_LAYERS (open-mmlab#582)
  [enhance]: show grad norm in fp16 optimizer hook (open-mmlab#584)
  [Enhance] Switch to https://download.openmmlab.com (open-mmlab#583)
  Support to specify LR of DCN's conv_offset (open-mmlab#344)
  add torchvision roi_align with aligned=True (open-mmlab#581)
  Add runner builder (open-mmlab#570)
  [fix]: fix wrapper comparison of pytorch version (open-mmlab#572)
  Add missing by_epoch arg (open-mmlab#576)
  merge the calling of train/val_step and batch_processor into run_iter (open-mmlab#553)
  bump version to 1.1.3 (open-mmlab#569)
  fix deprecated wrappers exiting bug (open-mmlab#567)
  add switch for onnx exporter (open-mmlab#564)
  fix dcon forward and backward bug (open-mmlab#565)
  ...
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.

3 participants