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
6d40465a
"packaging/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "d98c8847f9950c6268a94e2e2a6027ca6456cf6d"
Commit
6d40465a
authored
Apr 10, 2019
by
Lam Dang
Browse files
add new tests to run_test.py
parent
d130ec1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/L0/run_test.py
tests/L0/run_test.py
+1
-1
No files found.
tests/L0/run_test.py
View file @
6d40465a
import
unittest
import
unittest
import
sys
import
sys
test_dirs
=
[
"run_amp"
,
"run_fp16util"
,
"run_mixed_adam"
]
test_dirs
=
[
"run_amp"
,
"run_fp16util"
,
"run_mixed_adam"
,
"run_fused_layer_norm"
]
runner
=
unittest
.
TextTestRunner
(
verbosity
=
2
)
runner
=
unittest
.
TextTestRunner
(
verbosity
=
2
)
...
...
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