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 get a NameError at the line above trying to use FP16_Optimizer. Replacing this with self.optimizer = init_optimizer fixes the issue, is that correct?
The text was updated successfully, but these errors were encountered:
apex/apex/fp16_utils/fp16_optimizer.py
Line 187 in 88effd5
I get a NameError at the line above trying to use FP16_Optimizer. Replacing this with
self.optimizer = init_optimizer
fixes the issue, is that correct?The text was updated successfully, but these errors were encountered: