File size: 461 Bytes
d90efc3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "model_type": "brainiac-vit",
  "architecture": "MONAI ViT-B/16\u00b3",
  "img_size": 96,
  "patch_size": 16,
  "in_channels": 1,
  "hidden_size": 768,
  "mlp_dim": 3072,
  "num_layers": 12,
  "num_heads": 12,
  "num_patches": 216,
  "norm_eps": 1e-06,
  "pretraining": "SimCLR",
  "input_format": "NIfTI (.nii.gz), skull-stripped, registered, 96\u00d796\u00d796",
  "preprocessing": "trilinear resize to 96\u00b3 + z-score normalization (nonzero voxels)"
}