classification/config.json
| 1 | { |
| 2 | "col_nhead": 4, |
| 3 | "col_num_blocks": 3, |
| 4 | "col_num_inds": 256, |
| 5 | "decoder_hidden": null, |
| 6 | "embed_dim": 256, |
| 7 | "feature_group_size": 3, |
| 8 | "ff_factor": 4, |
| 9 | "icl_nhead": 8, |
| 10 | "icl_num_blocks": 24, |
| 11 | "is_classifier": true, |
| 12 | "max_classes": 10, |
| 13 | "num_freq": 32, |
| 14 | "row_nhead": 8, |
| 15 | "row_num_blocks": 3, |
| 16 | "row_num_cls": 8 |
| 17 | } |