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
cbaaadca
Commit
cbaaadca
authored
Sep 19, 2022
by
Jiageng Zhang
Committed by
A. Unique TensorFlower
Sep 19, 2022
Browse files
Internal change
PiperOrigin-RevId: 475446008
parent
899b13a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
official/core/file_writers_test.py
official/core/file_writers_test.py
+1
-1
official/requirements.txt
official/requirements.txt
+0
-1
No files found.
official/core/file_writers_test.py
View file @
cbaaadca
...
...
@@ -31,7 +31,7 @@ class FileWritersTest(tf.test.TestCase, parameterized.TestCase):
self
.
_example
=
example_builder
.
example
@
parameterized
.
parameters
(
'tfrecord'
,
'TFRecord'
,
'tfrecord_compressed'
,
'TFRecord_Compressed'
,
'riegeli'
,
'Riegeli'
)
'TFRecord_Compressed'
)
def
test_write_small_dataset_success
(
self
,
file_type
):
temp_dir
=
self
.
create_tempdir
()
temp_dataset_file
=
os
.
path
.
join
(
temp_dir
.
full_path
,
'train'
)
...
...
official/requirements.txt
View file @
cbaaadca
...
...
@@ -14,7 +14,6 @@ tensorflow-addons
dataclasses;python_version<"3.7"
gin-config
tf_slim>=1.1.0
riegeli
Cython
matplotlib
# Loader becomes a required positional argument in 6.0 in yaml.load
...
...
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