mmrotate icon indicating copy to clipboard operation
mmrotate copied to clipboard

[Feature] Add full precision context to kfiou loss

Open fengjk12138 opened this issue 1 year ago • 2 comments

What's the feature?

version

dev-1.x

situation

I use kfiou on my dataset. In order to speed up training, I try to use AmpOptimWrapper. There is an error

RuntimeError: “lu_cuda” not implemented for ‘Half’

The Pytorch Community is believed that this part of the operation should be full precision operation. RuntimeError: “lu_cuda” not implemented for ‘Half’

Feature request

Add full precision context to this part of the operation. Make it easier for future users to use.

Any other context?

No response

fengjk12138 avatar Oct 06 '23 18:10 fengjk12138