When does NVIDIA recommend keeping a FP32 master copy of weights during mixed precision training?
-
A
Never โ FP16 weights are sufficient for all cases
-
B
Always โ to accumulate small gradient updates that FP16 cannot represent
-
C
Only for the first epoch
-
D
Only when batch size exceeds 256