Commit f3a960f8 authored by Kexin Yu's avatar Kexin Yu
Browse files

fix typo

parent d38e6fe4
......@@ -115,7 +115,6 @@ class FusedLAMB(torch.optim.Optimizer):
g_all_16.append(p.grad.data)
else:
raise RuntimeError('FusedLAMB only support fp16 and fp32.')
:q!
g_norm_32, g_norm_16 = 0.0, 0.0
# compute grad norm for two lists
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment