File size: 303 Bytes
96b9291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "model_id": "MD_RESNET_9_32_10",
    "dataset": "CIFAR10_32",
    "seed": 0,
    "model_num": 1,
    "batch_size": 256,
    "learning_rate": 0.4,
    "epochs": 24,
    "output_dim": 10,
    "dataset_config": {
        "name": "CIFAR10_32",
        "splits": [
            "train"
        ]
    }
}