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

11 lines
152 B
JSON
Raw Normal View History

2024-11-30 13:35:38 -07:00
{
"training":{
"dataset": "CIFAR10",
"wrn_depth": 16,
"wrn_width": 1,
"seeds": "0",
"checkpoint": "True",
"log": "True"
}
}