mia_on_model_distillation/wresnet-pytorch/src/configs/WRN-16-1-scratch-CIFAR10.json

10 lines
152 B
JSON

{
"training":{
"dataset": "CIFAR10",
"wrn_depth": 16,
"wrn_width": 1,
"seeds": "0",
"checkpoint": "True",
"log": "True"
}
}