Clean state

This commit is contained in:
Johnny Fernandes
2026-04-30 01:25:39 +01:00
commit bb3dfb92d5
266 changed files with 37043 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"run_name": "p2e_resnet18_facecrop_aug",
"backbone": "resnet18",
"pretrained": true,
"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
}
}