File size: 293 Bytes
a24bc5a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"_target_": "models.TinyMyo.TinyMyo",
"img_size": 1000,
"patch_size": 20,
"in_chans": 16,
"embed_dim": 192,
"n_layer": 8,
"n_head": 3,
"mlp_ratio": 4,
"qkv_bias": true,
"attn_drop": 0.1,
"proj_drop": 0.1,
"drop_path": 0.1,
"num_classes": 5,
"task": "regression"
} |