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
0fa5ff23
Commit
0fa5ff23
authored
Aug 27, 2019
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Aug 27, 2019
Browse files
Internal change
PiperOrigin-RevId: 265771605
parent
1f5a5e9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
official/transformer/v2/transformer_main.py
official/transformer/v2/transformer_main.py
+2
-2
official/vision/image_classification/resnet_imagenet_main.py
official/vision/image_classification/resnet_imagenet_main.py
+2
-2
No files found.
official/transformer/v2/transformer_main.py
View file @
0fa5ff23
...
...
@@ -25,7 +25,7 @@ from __future__ import print_function
import
os
import
tempfile
from
absl
import
app
as
absl_app
# pylint: disable=unused-import
from
absl
import
app
from
absl
import
flags
from
absl
import
logging
import
tensorflow
as
tf
...
...
@@ -454,4 +454,4 @@ def main(_):
if
__name__
==
"__main__"
:
logging
.
set_verbosity
(
logging
.
INFO
)
misc
.
define_transformer_flags
()
absl_
app
.
run
(
main
)
app
.
run
(
main
)
official/vision/image_classification/resnet_imagenet_main.py
View file @
0fa5ff23
...
...
@@ -18,7 +18,7 @@ from __future__ import absolute_import
from
__future__
import
division
from
__future__
import
print_function
from
absl
import
app
as
absl_app
from
absl
import
app
from
absl
import
flags
from
absl
import
logging
import
tensorflow
as
tf
...
...
@@ -282,4 +282,4 @@ def main(_):
if
__name__
==
'__main__'
:
logging
.
set_verbosity
(
logging
.
INFO
)
define_imagenet_keras_flags
()
absl_
app
.
run
(
main
)
app
.
run
(
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