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
58df0dc6
Commit
58df0dc6
authored
Feb 19, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Feb 19, 2020
Browse files
Remove some tpu_lib not used at all
PiperOrigin-RevId: 296140699
parent
80f8c46e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
official/modeling/model_training_utils.py
official/modeling/model_training_utils.py
+0
-1
official/modeling/training/distributed_executor.py
official/modeling/training/distributed_executor.py
+0
-1
No files found.
official/modeling/model_training_utils.py
View file @
58df0dc6
...
...
@@ -24,7 +24,6 @@ import os
from
absl
import
logging
import
tensorflow
as
tf
from
official.utils.misc
import
distribution_utils
from
official.utils.misc
import
tpu_lib
_SUMMARY_TXT
=
'training_summary.txt'
_MIN_SUMMARY_STEPS
=
10
...
...
official/modeling/training/distributed_executor.py
View file @
58df0dc6
...
...
@@ -31,7 +31,6 @@ import tensorflow as tf
# pylint: disable=unused-import,g-import-not-at-top,redefined-outer-name,reimported
from
typing
import
Optional
,
Dict
,
List
,
Text
,
Callable
,
Union
,
Iterator
,
Any
from
official.modeling.hyperparams
import
params_dict
from
official.utils.misc
import
tpu_lib
from
official.utils.misc
import
distribution_utils
from
official.utils
import
hyperparams_flags
...
...
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