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
f123edc0
Commit
f123edc0
authored
Apr 01, 2021
by
Abdullah Rashwan
Committed by
A. Unique TensorFlower
Apr 01, 2021
Browse files
Internal change
PiperOrigin-RevId: 366391425
parent
bab70e6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/vision/beta/modeling/backbones/resnet_deeplab.py
official/vision/beta/modeling/backbones/resnet_deeplab.py
+2
-2
No files found.
official/vision/beta/modeling/backbones/resnet_deeplab.py
View file @
f123edc0
...
...
@@ -77,8 +77,8 @@ class DilatedResNet(tf.keras.Model):
output_stride: An `int` of output stride, ratio of input to output
resolution.
input_specs: A `tf.keras.layers.InputSpec` of the input tensor.
stem_type: A `str` of stem type. Can be `
standard` or `deeplab`. `deeplab`
replaces 7x7
conv by 3 3x3 convs.
stem_type: A `str` of stem type. Can be `
v0` or `v1`. `v1` replaces 7x7
conv by 3 3x3 convs.
se_ratio: A `float` or None. Ratio of the Squeeze-and-Excitation layer.
init_stochastic_depth_rate: A `float` of initial stochastic depth rate.
multigrid: A tuple of the same length as the number of blocks in the last
...
...
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