twincars_convnext / train_config.json
cherky15's picture
Upload 4 files
c36b335 verified
Raw
History Blame Contribute Delete
395 Bytes
{
"model": "convnext_tiny",
"num_classes": 195,
"img_size": 224,
"batch_size": 32,
"seed": 42,
"epochs": 30,
"lr": 0.0003,
"weight_decay": 0.0001,
"patience": 5,
"lr_patience": 2,
"label_smoothing": 0.1,
"imagenet_mean": [
0.485,
0.456,
0.406
],
"imagenet_std": [
0.229,
0.224,
0.225
]
}