{ | |
"architectures": [ | |
"FaceMaskDetectionModel" | |
], | |
"model_type": "AlbertConfig", | |
"num_classes": 2, | |
"dropout_prob": 0.5, | |
"activation_function": "relu", | |
"conv_layers": [ | |
{ | |
"in_channels": 3, | |
"out_channels": 32, | |
"kernel_size": [ | |
3, | |
3 | |
], | |
"stride": 1, | |
"padding": 1 | |
}, | |
{ | |
"in_channels": 32, | |
"out_channels": 64, | |
"kernel_size": [ | |
3, | |
3 | |
], | |
"stride": 1, | |
"padding": 1 | |
}, | |
{ | |
"in_channels": 64, | |
"out_channels": 128, | |
"kernel_size": [ | |
3, | |
3 | |
], | |
"stride": 1, | |
"padding": 1 | |
} | |
], | |
"classifier_layers": [ | |
{ | |
"in_features": 100352, | |
"out_features": 128 | |
}, | |
{ | |
"in_features": 128, | |
"out_features": 2 | |
} | |
] | |
} |