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
0d67f42f
Commit
0d67f42f
authored
Sep 21, 2021
by
Xianzhi Du
Committed by
A. Unique TensorFlower
Sep 21, 2021
Browse files
Internal change
PiperOrigin-RevId: 398131619
parent
e39241d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/beta/configs/retinanet.py
official/vision/beta/configs/retinanet.py
+1
-1
No files found.
official/vision/beta/configs/retinanet.py
View file @
0d67f42f
...
@@ -102,7 +102,7 @@ class RetinaNetHead(hyperparams.Config):
...
@@ -102,7 +102,7 @@ class RetinaNetHead(hyperparams.Config):
num_convs
:
int
=
4
num_convs
:
int
=
4
num_filters
:
int
=
256
num_filters
:
int
=
256
use_separable_conv
:
bool
=
False
use_separable_conv
:
bool
=
False
attribute_heads
:
Optional
[
List
[
AttributeHead
]
]
=
None
attribute_heads
:
List
[
AttributeHead
]
=
dataclasses
.
field
(
default_factory
=
list
)
@
dataclasses
.
dataclass
@
dataclasses
.
dataclass
...
...
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