Skip to content

don't use fp16 in giou loss#114

Open
lbin wants to merge 1 commit intofacebookresearch:mainfrom
lbin:lbin-patch-1
Open

don't use fp16 in giou loss#114
lbin wants to merge 1 commit intofacebookresearch:mainfrom
lbin:lbin-patch-1

Conversation

@lbin
Copy link

@lbin lbin commented Aug 17, 2022

There is no speed benefit using fp16 in losses anyway. There might be numerical problems instead since it's doing sigmoid / cross entropy. So should be good to change regardless of the bug.

There is no speed benefit using fp16 in losses anyway. There might be numerical problems instead since it's doing sigmoid / cross entropy. So should be good to change regardless of the bug.
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants