"...text-generation-inference.git" did not exist on "18db78f295c32d871fe833b9e87d6ca6f21a950d"
Commit eceece58 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 393016139
parent 6d28faff
...@@ -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=SemanticSegmentationModel(), task=SemanticSegmentationTask(),
trainer=cfg.TrainerConfig(), trainer=cfg.TrainerConfig(),
restrictions=[ restrictions=[
'task.train_data.is_training != None', 'task.train_data.is_training != None',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment