What is the difference between .to_native_fp16 and .to_fp16?

Can anyone explain differences between this two and practical advices on when to implement each of them?

1 Like

It’s a preference. to_fp16 is fastai’s, native uses PyTorch’s. Eventually Jeremy wants to potentially prioritize native over regular

Thank you for an exhaustive answer!