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
66e25b31
Commit
66e25b31
authored
Oct 12, 2021
by
Scott Zhu
Committed by
TF Object Detection Team
Oct 12, 2021
Browse files
Clean up the comments that was pointing to the legacy Keras code base.
PiperOrigin-RevId: 402663280
parent
525af938
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/object_detection/models/keras_models/resnet_v1.py
research/object_detection/models/keras_models/resnet_v1.py
+1
-1
No files found.
research/object_detection/models/keras_models/resnet_v1.py
View file @
66e25b31
...
@@ -400,7 +400,7 @@ def resnet_v1_152(batchnorm_training,
...
@@ -400,7 +400,7 @@ def resnet_v1_152(batchnorm_training,
# The following codes are based on the existing keras ResNet model pattern:
# The following codes are based on the existing keras ResNet model pattern:
# google3/third_party/
tensorflow/python
/keras/applications/resnet.py
# google3/third_party/
py
/keras/applications/resnet.py
def
block_basic
(
x
,
def
block_basic
(
x
,
filters
,
filters
,
kernel_size
=
3
,
kernel_size
=
3
,
...
...
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