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
96e9df0a
Commit
96e9df0a
authored
Oct 28, 2020
by
Abdullah Rashwan
Committed by
A. Unique TensorFlower
Oct 28, 2020
Browse files
Internal change
PiperOrigin-RevId: 339598839
parent
f1651d14
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
official/vision/beta/configs/semantic_segmentation.py
official/vision/beta/configs/semantic_segmentation.py
+3
-1
No files found.
official/vision/beta/configs/semantic_segmentation.py
View file @
96e9df0a
...
...
@@ -39,6 +39,7 @@ class DataConfig(cfg.DataConfig):
groundtruth_padded_size
:
List
[
int
]
=
dataclasses
.
field
(
default_factory
=
list
)
aug_scale_min
:
float
=
1.0
aug_scale_max
:
float
=
1.0
drop_remainder
:
bool
=
True
@
dataclasses
.
dataclass
...
...
@@ -138,7 +139,8 @@ def seg_deeplabv3_pascal() -> cfg.ExperimentConfig:
is_training
=
False
,
global_batch_size
=
eval_batch_size
,
resize_eval_groundtruth
=
False
,
groundtruth_padded_size
=
[
512
,
512
]),
groundtruth_padded_size
=
[
512
,
512
],
drop_remainder
=
False
),
# resnet50
init_checkpoint
=
'gs://cloud-tpu-checkpoints/vision-2.0/deeplab/deeplab_resnet50_imagenet/ckpt-62400'
,
init_checkpoint_modules
=
'backbone'
),
...
...
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