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

[Improvement] Add SyncBuffersHook and Seed #2044

Merged
merged 5 commits into from
Nov 15, 2022
Merged

[Improvement] Add SyncBuffersHook and Seed #2044

merged 5 commits into from
Nov 15, 2022

Conversation

Dai-Wenxun
Copy link
Collaborator

Modification

Before this update:

python tools/train.py configs/recognition/swin/swin-tiny-p244-w877_in1k-pre_8xb8-amp-32x2x1-30e_kinetics400-rgb.py \
    --cfg-options randomness.seed=0 randomness.deterministic=True

After this update:

python tools/train.py configs/recognition/swin/swin-tiny-p244-w877_in1k-pre_8xb8-amp-32x2x1-30e_kinetics400-rgb.py \
    --seed 0 --deterministic

@Dai-Wenxun Dai-Wenxun requested a review from cir7 November 9, 2022 12:40
@codecov
Copy link

codecov bot commented Nov 10, 2022

Codecov Report

Base: 76.00% // Head: 76.00% // No change to project coverage 👍

Coverage data is based on head (aa75e87) compared to base (d131a87).
Patch has no changes to coverable lines.

❗ Current head aa75e87 differs from pull request most recent head 89ff56e. Consider uploading reports for the commit 89ff56e to get more accurate results

Additional details and impacted files
@@           Coverage Diff            @@
##           dev-1.x    #2044   +/-   ##
========================================
  Coverage    76.00%   76.00%           
========================================
  Files          137      137           
  Lines         9924     9924           
  Branches      1627     1627           
========================================
  Hits          7543     7543           
  Misses        2029     2029           
  Partials       352      352           
Flag Coverage Δ
unittests 76.00% <ø> (ø)

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

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ly015 ly015 merged commit 612264f into open-mmlab:dev-1.x Nov 15, 2022
@Dai-Wenxun Dai-Wenxun deleted the add_sync_hook branch November 16, 2022 03:16
ly015 pushed a commit that referenced this pull request Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants