Commit 41bbf93c authored by lcskrishna's avatar lcskrishna
Browse files

missing import statement

parent 5bae299e
......@@ -5,6 +5,8 @@ import random
import torch
import apex
from apex.testing.common_utils import skipIfRocm
class TestFusedAdam(unittest.TestCase):
def setUp(self, max_abs_diff=1e-3, max_rel_diff=1, iters=7):
self.max_abs_diff = max_abs_diff
......
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