"examples/pytorch/graphsage/dist/train_dist.py" did not exist on "0767c5fcc9c738587a29837050038649e9dde40e"
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 = [
(5, 'bottleneck', (7, 12), True),
(7, 'bottleneck', (5, 14), True),
(6, 'bottleneck', (12, 14), True),
(2, 'bottleneck', (2, 13), True),
]
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