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
ff2ca513
Commit
ff2ca513
authored
Apr 27, 2021
by
Yeqing Li
Committed by
A. Unique TensorFlower
Apr 27, 2021
Browse files
Temporarily disables the train_test.
PiperOrigin-RevId: 370834123
parent
c2722e76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/beta/projects/assemblenet/train_test.py
official/vision/beta/projects/assemblenet/train_test.py
+1
-1
No files found.
official/vision/beta/projects/assemblenet/train_test.py
View file @
ff2ca513
...
@@ -48,7 +48,7 @@ class TrainTest(tf.test.TestCase):
...
@@ -48,7 +48,7 @@ class TrainTest(tf.test.TestCase):
# pylint: enable=g-complex-comprehension
# pylint: enable=g-complex-comprehension
tfexample_utils
.
dump_to_tfrecord
(
self
.
_data_path
,
tf_examples
=
examples
)
tfexample_utils
.
dump_to_tfrecord
(
self
.
_data_path
,
tf_examples
=
examples
)
def
test_run
(
self
):
def
disable_
test_run
(
self
):
saved_flag_values
=
flagsaver
.
save_flag_values
()
saved_flag_values
=
flagsaver
.
save_flag_values
()
train_lib
.
tfm_flags
.
define_flags
()
train_lib
.
tfm_flags
.
define_flags
()
FLAGS
.
mode
=
'train'
FLAGS
.
mode
=
'train'
...
...
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