"examples/git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "034b8f029c77f4ad4781b7f0a7f7ff31cb0e258d"
Commit dbf2f102 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Use swish as default activation.

PiperOrigin-RevId: 307057884
parent 2ddd716e
...@@ -34,6 +34,7 @@ model: ...@@ -34,6 +34,7 @@ model:
num_classes: 1000 num_classes: 1000
batch_norm: 'default' batch_norm: 'default'
dtype: 'float32' dtype: 'float32'
activation: 'swish'
optimizer: optimizer:
name: 'rmsprop' name: 'rmsprop'
momentum: 0.9 momentum: 0.9
......
...@@ -33,6 +33,7 @@ model: ...@@ -33,6 +33,7 @@ model:
num_classes: 1000 num_classes: 1000
batch_norm: 'tpu' batch_norm: 'tpu'
dtype: 'bfloat16' dtype: 'bfloat16'
activation: 'swish'
optimizer: optimizer:
name: 'rmsprop' name: 'rmsprop'
momentum: 0.9 momentum: 0.9
......
...@@ -27,6 +27,7 @@ model: ...@@ -27,6 +27,7 @@ model:
num_classes: 1000 num_classes: 1000
batch_norm: 'default' batch_norm: 'default'
dtype: 'float32' dtype: 'float32'
activation: 'swish'
optimizer: optimizer:
name: 'rmsprop' name: 'rmsprop'
momentum: 0.9 momentum: 0.9
......
...@@ -32,6 +32,7 @@ model: ...@@ -32,6 +32,7 @@ model:
num_classes: 1000 num_classes: 1000
batch_norm: 'tpu' batch_norm: 'tpu'
dtype: 'bfloat16' dtype: 'bfloat16'
activation: 'swish'
optimizer: optimizer:
name: 'rmsprop' name: 'rmsprop'
momentum: 0.9 momentum: 0.9
......
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