You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
384 B

{
"device": "cuda:0",
"MAX_EPOCHES": 1,
"dataset": {
"dataset_name": "Tusimple",
"batch_size": 10,
"resize_shape": [512, 288]
},
"optim": {
"lr": 15e-2,
"momentum": 0.9,
"weight_decay": 1e-4,
"nesterov": true
},
"lr_scheduler": {
"warmup": 20,
"max_iter": 1500,
"min_lrs": 1e-10
},
"model": {
"scale_exist": 0.07
}
}