Homework2_NN / config.json
kevinkyi's picture
Add config.json
23ce1ba verified
{
"arch": "mobilenet_v3_small",
"dropout": 0.4761270681732692,
"width": 0,
"freeze_backbone": false,
"img_size": 224,
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
],
"num_classes": 2,
"label_names": [
"not_tomato",
"tomato"
],
"test_metrics": {
"loss": 0.2256120570279934,
"acc": 0.9814814925193787,
"f1": 0.9821428656578064
},
"seed": 42
}