{
  "in_chans": 3,
  "embed_dim": 192, 
  "depths": [2, 2, 18, 2], 
  "num_heads": [6, 12, 24, 48], 
  "window_size": 7,
  "pretrain_img_size": 224,
  "patch_size": 4,
  "out_indices": [0, 1, 2, 3],
  "mlp_ratio": 4.0,
  "qkv_bias": true,
  "qk_scale": null,
  "drop_rate": 0.0,
  "attn_drop_rate": 0.0,
  "drop_path_rate": 0.2,
  "norm_layer": "LayerNorm",
  "ape": false,
  "patch_norm": true,
  "frozen_stages": -1,
  "dilation": false,
  "use_checkpoint": false
}
