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
fd67e121
Commit
fd67e121
authored
Nov 02, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Nov 02, 2020
Browse files
Internal change
PiperOrigin-RevId: 340385514
parent
3eafa4c5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
official/modeling/training/__init__.py
official/modeling/training/__init__.py
+0
-0
official/vision/detection/executor/detection_executor.py
official/vision/detection/executor/detection_executor.py
+1
-1
official/vision/detection/executor/distributed_executor.py
official/vision/detection/executor/distributed_executor.py
+0
-0
official/vision/detection/main.py
official/vision/detection/main.py
+1
-1
No files found.
official/modeling/training/__init__.py
deleted
100644 → 0
View file @
3eafa4c5
official/vision/detection/executor/detection_executor.py
View file @
fd67e121
...
...
@@ -22,7 +22,7 @@ from __future__ import print_function
from
absl
import
logging
import
tensorflow
as
tf
from
official.
modeling.training
import
distributed_executor
as
executor
from
official.
vision.detection.executor
import
distributed_executor
as
executor
from
official.vision.detection.utils.object_detection
import
visualization_utils
...
...
official/
modeling/training
/distributed_executor.py
→
official/
vision/detection/executor
/distributed_executor.py
View file @
fd67e121
File moved
official/vision/detection/main.py
View file @
fd67e121
...
...
@@ -24,13 +24,13 @@ import tensorflow as tf
from
official.common
import
distribute_utils
from
official.modeling.hyperparams
import
params_dict
from
official.modeling.training
import
distributed_executor
as
executor
from
official.utils
import
hyperparams_flags
from
official.utils.flags
import
core
as
flags_core
from
official.utils.misc
import
keras_utils
from
official.vision.detection.configs
import
factory
as
config_factory
from
official.vision.detection.dataloader
import
input_reader
from
official.vision.detection.dataloader
import
mode_keys
as
ModeKeys
from
official.vision.detection.executor
import
distributed_executor
as
executor
from
official.vision.detection.executor.detection_executor
import
DetectionDistributedExecutor
from
official.vision.detection.modeling
import
factory
as
model_factory
...
...
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