File size: 479 Bytes
092fb3c |
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 |
{
"architectures": [
"CVLFaceRecognitionModel"
],
"auto_map": {
"AutoConfig": "wrapper.ModelConfig",
"AutoModel": "wrapper.CVLFaceRecognitionModel"
},
"conf": {
"color_space": "RGB",
"freeze": false,
"input_size": [
3,
112,
112
],
"name": "ir101",
"output_dim": 512,
"start_from": "",
"yaml_path": "models/iresnet/configs/v1_ir101.yaml"
},
"torch_dtype": "float32",
"transformers_version": "4.33.0"
}
|