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
ModelZoo
ResNet50_tensorflow
Commits
322def29
Commit
322def29
authored
Jan 08, 2019
by
Taylor Robie
Browse files
restore data test
parent
3bbb62e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
official/recommendation/data_test.py
official/recommendation/data_test.py
+11
-11
No files found.
official/recommendation/data_test.py
View file @
322def29
...
@@ -327,19 +327,19 @@ class BaseTest(tf.test.TestCase):
...
@@ -327,19 +327,19 @@ class BaseTest(tf.test.TestCase):
self
.
assertLess
(
deviation
,
0.2
)
self
.
assertLess
(
deviation
,
0.2
)
# def test_end_to_end_materialized(self):
def
test_end_to_end_materialized
(
self
):
# self._test_end_to_end("materialized")
self
.
_test_end_to_end
(
"materialized"
)
#
# def test_end_to_end_bisection(self):
# self._test_end_to_end("bisection")
# def test_fresh_randomness_materialized(self):
def
test_end_to_end_bisection
(
self
):
# self._test_fresh_randomness("materialized")
self
.
_test_end_to_end
(
"bisection"
)
#
# def test_fresh_randomness_bisection(self):
def
test_fresh_randomness_materialized
(
self
):
# self._test_fresh_randomness("bisection")
self
.
_test_fresh_randomness
(
"materialized"
)
def
test_fresh_randomness_bisection
(
self
):
self
.
_test_fresh_randomness
(
"bisection"
)
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
tf
.
logging
.
set_verbosity
(
tf
.
logging
.
INFO
)
tf
.
logging
.
set_verbosity
(
tf
.
logging
.
INFO
)
#
tf.test.main()
tf
.
test
.
main
()
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