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
c556dad9
Commit
c556dad9
authored
Dec 21, 2018
by
Taylor Robie
Browse files
delint
parent
9d42f797
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
official/recommendation/data_test.py
official/recommendation/data_test.py
+2
-4
No files found.
official/recommendation/data_test.py
View file @
c556dad9
...
...
@@ -129,8 +129,7 @@ class BaseTest(tf.test.TestCase):
def
test_end_to_end
(
self
):
params
=
self
.
make_params
(
train_epochs
=
1
)
_
,
_
,
producer
=
data_preprocessing
.
instantiate_pipeline
(
dataset
=
DATASET
,
data_dir
=
self
.
temp_data_dir
,
deterministic
=
False
,
params
=
params
)
dataset
=
DATASET
,
data_dir
=
self
.
temp_data_dir
,
params
=
params
)
producer
.
start
()
producer
.
join
()
...
...
@@ -233,8 +232,7 @@ class BaseTest(tf.test.TestCase):
train_epochs
=
5
params
=
self
.
make_params
(
train_epochs
=
train_epochs
)
_
,
_
,
producer
=
data_preprocessing
.
instantiate_pipeline
(
dataset
=
DATASET
,
data_dir
=
self
.
temp_data_dir
,
deterministic
=
False
,
params
=
params
)
dataset
=
DATASET
,
data_dir
=
self
.
temp_data_dir
,
params
=
params
)
producer
.
start
()
...
...
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