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

24 lines
469 B
JSON

{
"run_name": "p2e_simplecnn_facecrop_aug",
"backbone": "simple_cnn",
"cnn_preset": "medium",
"dropout": 0.0,
"epochs": 15,
"image_size": 224,
"subsample": 0.2,
"data_dir": "cropped/classifier",
"augment": {
"hflip_p": 0.5,
"rotation_degrees": 10,
"brightness": 0.2,
"contrast": 0.2,
"saturation": 0.1,
"hue": 0.02,
"grayscale_p": 0.1,
"blur_p": 0.1,
"erase_p": 0.2,
"noise_p": 0.3,
"noise_std": 0.04
}
}