"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "4ebcdbf09af2f5278c2f20f4c0a93cdca646535e"
Commit 20b0962e authored by Abdullah Rashwan's avatar Abdullah Rashwan Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 366391425
parent 26159530
...@@ -77,8 +77,8 @@ class DilatedResNet(tf.keras.Model): ...@@ -77,8 +77,8 @@ class DilatedResNet(tf.keras.Model):
output_stride: An `int` of output stride, ratio of input to output output_stride: An `int` of output stride, ratio of input to output
resolution. resolution.
input_specs: A `tf.keras.layers.InputSpec` of the input tensor. input_specs: A `tf.keras.layers.InputSpec` of the input tensor.
stem_type: A `str` of stem type. Can be `standard` or `deeplab`. `deeplab` stem_type: A `str` of stem type. Can be `v0` or `v1`. `v1` replaces 7x7
replaces 7x7 conv by 3 3x3 convs. conv by 3 3x3 convs.
se_ratio: A `float` or None. Ratio of the Squeeze-and-Excitation layer. se_ratio: A `float` or None. Ratio of the Squeeze-and-Excitation layer.
init_stochastic_depth_rate: A `float` of initial stochastic depth rate. 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 multigrid: A tuple of the same length as the number of blocks in the last
......
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