File size: 860 Bytes
3d79366 b316533 3d79366 b316533 5aad5f9 3d79366 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
{
"architectures": [
"TrillssonEfficientNetModel"
],
"block_configs": [
[
1,
24,
2,
1,
0,
1
],
[
4,
48,
4,
2,
0,
1
],
[
4,
64,
4,
2,
0,
1
],
[
4,
128,
6,
2,
1,
0
],
[
6,
160,
9,
1,
1,
0
],
[
6,
256,
15,
2,
1,
0
]
],
"classifier_dropout_prob": 0.8,
"depth_divisible_by": 8,
"depth_multiplier": 1.0,
"drop_connect_rate": 0.2,
"hidden_act": "swish",
"initializer_range": 0.02,
"min_depth": 8,
"model_type": "trillsson_efficientnet",
"norm_eps": 0.001,
"norm_momentum": 0.1,
"output_size": 1024,
"torch_dtype": "float32",
"transformers_version": "4.27.0.dev0"
}
|