Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
apex
Commits
41bbf93c
Commit
41bbf93c
authored
Dec 31, 2020
by
lcskrishna
Browse files
missing import statement
parent
5bae299e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tests/L0/run_optimizers/test_adam.py
tests/L0/run_optimizers/test_adam.py
+2
-0
No files found.
tests/L0/run_optimizers/test_adam.py
View file @
41bbf93c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment