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

feat(labeler): allow user fixing the question #159

Merged
merged 2 commits into from
Oct 21, 2021
Merged

feat(labeler): allow user fixing the question #159

merged 2 commits into from
Oct 21, 2021

Conversation

hanxiao
Copy link
Member

@hanxiao hanxiao commented Oct 21, 2021

as requested in #152
dc3f784ff1b0c8055e17583d3f172411

@codecov
Copy link

codecov bot commented Oct 21, 2021

Codecov Report

Merging #159 (fcc801b) into main (b92df7d) will decrease coverage by 59.26%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #159       +/-   ##
===========================================
- Coverage   84.90%   25.64%   -59.27%     
===========================================
  Files          24       24               
  Lines        1166     1166               
===========================================
- Hits          990      299      -691     
- Misses        176      867      +691     
Flag Coverage Δ
finetuner 25.64% <ø> (-59.27%) ⬇️

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

Impacted Files Coverage Δ
finetuner/tailor/pytorch/__init__.py 0.00% <0.00%> (-97.20%) ⬇️
finetuner/toydata.py 0.00% <0.00%> (-96.37%) ⬇️
finetuner/tailor/paddle/__init__.py 0.00% <0.00%> (-96.34%) ⬇️
finetuner/tailor/__init__.py 0.00% <0.00%> (-95.24%) ⬇️
finetuner/tailor/base.py 0.00% <0.00%> (-94.12%) ⬇️
finetuner/tailor/keras/__init__.py 0.00% <0.00%> (-86.00%) ⬇️
finetuner/tuner/dataset/__init__.py 33.33% <0.00%> (-66.67%) ⬇️
finetuner/tuner/dataset/helper.py 16.66% <0.00%> (-66.67%) ⬇️
finetuner/tuner/keras/losses.py 38.29% <0.00%> (-61.71%) ⬇️
finetuner/tuner/keras/__init__.py 34.17% <0.00%> (-59.50%) ⬇️
... and 7 more

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 b92df7d...fcc801b. Read the comment docs.

@hanxiao hanxiao merged commit fddc57d into main Oct 21, 2021
@hanxiao hanxiao deleted the feat-152 branch October 21, 2021 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tagging of specific class based on seed instance. Labeler only allows to label all the data once
1 participant