-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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] md2yml pre-commit hook #732
Conversation
Codecov Report
@@ Coverage Diff @@
## master #732 +/- ##
==========================================
+ Coverage 85.28% 85.35% +0.06%
==========================================
Files 107 107
Lines 5818 5823 +5
Branches 952 952
==========================================
+ Hits 4962 4970 +8
+ Misses 673 672 -1
+ Partials 183 181 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi @xiexinch |
configs/ann/ann.yml
Outdated
backend: PyTorch | ||
batch size: 1 | ||
mode: FP32 | ||
resolution: (512x1024) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The format of resolution is (h, w)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* init script * update scripts and generate new yml * fix lint: deeplabv3plus.yml * modify resolution representation * remove field * format crop_size
In this PR:
We add a pre-commit hook to call
.dev/md2yml.py
at a new commit, which will: