-
Notifications
You must be signed in to change notification settings - Fork 443
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: Added FP16 support to doctr.datasets #367
Conversation
Codecov Report
@@ Coverage Diff @@
## main #367 +/- ##
==========================================
+ Coverage 96.18% 96.20% +0.02%
==========================================
Files 83 83
Lines 3461 3480 +19
==========================================
+ Hits 3329 3348 +19
Misses 132 132
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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!
Following up on #263, this PR introduces the following modifications:
tf.uint8
)Please note that there is a breaking change here, the default image dtype of datasets in TF has been switched from
tf.uint8
(between 0 and 255) totf.float32
(between 0 and 1).Any feedback is welcome!