InternBootcamp/examples/pipelines/autogen_configs/Cnnandtheopticalillusion_test.json
2025-05-30 14:05:33 +08:00

26 lines
No EOL
396 B
JSON

[
{
"n_min": 10,
"n_max": 100,
"r_min": 1.0,
"r_max": 20.0
},
{
"n_min": 3,
"n_max": 20,
"r_min": 1.0,
"r_max": 10.0
},
{
"n_min": 5,
"n_max": 30,
"r_min": 1.0,
"r_max": 50.0
},
{
"n_min": 5,
"n_max": 50,
"r_min": 1.0,
"r_max": 80.0
}
]