Files
DRL_PROJ/classifier/configs/phase2/p2c_resnet18_facecrop.json
T
Johnny Fernandes bb3dfb92d5 Clean state
2026-04-30 01:25:39 +01:00

11 lines
203 B
JSON

{
"run_name": "p2c_resnet18_facecrop",
"backbone": "resnet18",
"pretrained": true,
"epochs": 15,
"image_size": 224,
"subsample": 0.2,
"augment": false,
"data_dir": "cropped/classifier"
}