You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that you set the opt_level='O0', which is FP32 training instead of mixed-precision training. What would happen if using opt_level=O1 or higher opt_level?
I notice that you set the
opt_level='O0', which is FP32 training instead of mixed-precision training. What would happen if usingopt_level=O1or higheropt_level?