Commit 8dd291f7 authored by Xianzhi Du's avatar Xianzhi Du Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 387177259
parent b3d7c348
...@@ -59,6 +59,12 @@ VIT_SPECS = { ...@@ -59,6 +59,12 @@ VIT_SPECS = {
patch_size=14, patch_size=14,
transformer=dict(mlp_dim=5120, num_heads=16, num_layers=32), transformer=dict(mlp_dim=5120, num_heads=16, num_layers=32),
), ),
'vit-g14':
dict(
hidden_size=1664,
patch_size=14,
transformer=dict(mlp_dim=8192, num_heads=16, num_layers=48),
),
} }
......
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