Commit 311099c1 authored by Xianzhi Du's avatar Xianzhi Du Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 404423817
parent 2ccacfd1
...@@ -60,6 +60,7 @@ SPINENET_BLOCK_SPECS = [ ...@@ -60,6 +60,7 @@ SPINENET_BLOCK_SPECS = [
(5, 'bottleneck', (7, 12), True), (5, 'bottleneck', (7, 12), True),
(7, 'bottleneck', (5, 14), True), (7, 'bottleneck', (5, 14), True),
(6, 'bottleneck', (12, 14), True), (6, 'bottleneck', (12, 14), True),
(2, 'bottleneck', (2, 13), True),
] ]
SCALING_MAP = { SCALING_MAP = {
......
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