Is full precision default? #140
|
Is full precision default, or does it need to be set explicitly? |
Answered by
basujindal
Sep 9, 2022
Replies: 1 comment
|
Hi, the default is half precision; you can use |
0 replies
Answer selected by
rav-en
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the default is half precision; you can use
--precision fullto set full precision. Cheers!