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
01606417
Commit
01606417
authored
Nov 03, 2021
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 407467989
parent
2db7ab2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/projects/edgetpu/vision/configs/semantic_segmentation_searched_config.py
...u/vision/configs/semantic_segmentation_searched_config.py
+1
-1
No files found.
official/projects/edgetpu/vision/configs/semantic_segmentation_searched_config.py
View file @
01606417
...
...
@@ -58,7 +58,7 @@ class BiFPNHeadConfig(hyperparams.Config):
@
dataclasses
.
dataclass
class
Losses
(
hyperparams
.
Config
):
class
Losses
(
base_cfg
.
Losses
):
label_smoothing
:
float
=
0.0
ignore_label
:
int
=
255
class_weights
:
List
[
float
]
=
dataclasses
.
field
(
default_factory
=
list
)
...
...
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