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
eceece58
"...text-generation-inference.git" did not exist on "18db78f295c32d871fe833b9e87d6ca6f21a950d"
Commit
eceece58
authored
Aug 25, 2021
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 393016139
parent
6d28faff
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/semantic_segmentation.py
official/vision/beta/configs/semantic_segmentation.py
+1
-1
No files found.
official/vision/beta/configs/semantic_segmentation.py
View file @
eceece58
...
@@ -121,7 +121,7 @@ class SemanticSegmentationTask(cfg.TaskConfig):
...
@@ -121,7 +121,7 @@ class SemanticSegmentationTask(cfg.TaskConfig):
def
semantic_segmentation
()
->
cfg
.
ExperimentConfig
:
def
semantic_segmentation
()
->
cfg
.
ExperimentConfig
:
"""Semantic segmentation general."""
"""Semantic segmentation general."""
return
cfg
.
ExperimentConfig
(
return
cfg
.
ExperimentConfig
(
task
=
SemanticSegmentation
Model
(),
task
=
SemanticSegmentation
Task
(),
trainer
=
cfg
.
TrainerConfig
(),
trainer
=
cfg
.
TrainerConfig
(),
restrictions
=
[
restrictions
=
[
'task.train_data.is_training != None'
,
'task.train_data.is_training != None'
,
...
...
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