minchul's picture
Upload model
34a266d verified
raw
history blame contribute delete
No virus
491 Bytes
{
"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_insightface/configs/v1_ir101.yaml"
},
"torch_dtype": "float32",
"transformers_version": "4.33.0"
}