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
1fdfd973
Commit
1fdfd973
authored
Mar 11, 2020
by
Allen Wang
Committed by
A. Unique TensorFlower
Mar 11, 2020
Browse files
Move resnet_model.py into its own folder.
PiperOrigin-RevId: 300362532
parent
93fc3c9f
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
official/vision/image_classification/resnet/__init__.py
official/vision/image_classification/resnet/__init__.py
+0
-0
official/vision/image_classification/resnet/resnet_model.py
official/vision/image_classification/resnet/resnet_model.py
+0
-0
official/vision/image_classification/resnet/tfhub_export.py
official/vision/image_classification/resnet/tfhub_export.py
+2
-2
official/vision/image_classification/resnet_imagenet_main.py
official/vision/image_classification/resnet_imagenet_main.py
+1
-1
official/vision/image_classification/resnet_runnable.py
official/vision/image_classification/resnet_runnable.py
+1
-1
No files found.
official/vision/image_classification/resnet/__init__.py
0 → 100644
View file @
1fdfd973
official/vision/image_classification/resnet_model.py
→
official/vision/image_classification/resnet
/resnet
_model.py
View file @
1fdfd973
File moved
official/vision/image_classification/tfhub_export.py
→
official/vision/image_classification/
resnet/
tfhub_export.py
View file @
1fdfd973
...
...
@@ -24,10 +24,10 @@ import os
from
absl
import
app
from
absl
import
flags
import
tensorflow
as
tf
import
tensorflow
.compat.v2
as
tf
from
official.vision.image_classification
import
imagenet_preprocessing
from
official.vision.image_classification
import
resnet_model
from
official.vision.image_classification
.resnet
import
resnet_model
FLAGS
=
flags
.
FLAGS
...
...
official/vision/image_classification/resnet_imagenet_main.py
View file @
1fdfd973
...
...
@@ -36,7 +36,7 @@ from official.utils.misc import keras_utils
from
official.utils.misc
import
model_helpers
from
official.vision.image_classification
import
common
from
official.vision.image_classification
import
imagenet_preprocessing
from
official.vision.image_classification
import
resnet_model
from
official.vision.image_classification
.resnet
import
resnet_model
def
run
(
flags_obj
):
...
...
official/vision/image_classification/resnet_runnable.py
View file @
1fdfd973
...
...
@@ -27,7 +27,7 @@ from official.staging.training import utils
from
official.utils.flags
import
core
as
flags_core
from
official.vision.image_classification
import
common
from
official.vision.image_classification
import
imagenet_preprocessing
from
official.vision.image_classification
import
resnet_model
from
official.vision.image_classification
.resnet
import
resnet_model
class
ResnetRunnable
(
standard_runnable
.
StandardTrainable
,
...
...
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