-
Notifications
You must be signed in to change notification settings - Fork 468
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
Added early stopping feature #1397
Added early stopping feature #1397
Conversation
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.
Hey @SkaarFacee 👋
Thanks for working on this :)
The early stopping looks fine on a first view 👍
But could you please revert all the other changes which are not related to your early stopping addition ?
See the div: https://github.com/mindee/doctr/pull/1397/files
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.
Hello @SkaarFacee 👋,
Thank you very much for this contribution !
I also added some comments
@SkaarFacee You just need to rebase your PR on |
@SkaarFacee @odulcy-mindee For the scope of this PR i think cleaning up the mentioned points is enough wdyt ? |
@felixdittrich92 Yes, sure ! |
Won't that revert the changes that I made as well ? |
No rebase keeps your changes but you need to pull the main branch latest changes before |
60cb974
to
6c89ef9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1397 +/- ##
==========================================
- Coverage 95.79% 95.76% -0.03%
==========================================
Files 155 155
Lines 6942 6942
==========================================
- Hits 6650 6648 -2
- Misses 292 294 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Can you make sure everything is alright now ? |
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.
Thanks looks mostly fine now :) I have added a few minor things which should be changed in all files :)
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.
Thanks @SkaarFacee Looks good now 👍🏼
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.
Thanks @SkaarFacee ! 👍
Aww thanks. It was really fun. I hope to contribute more :) |
Added feature request #924