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

22 lines
No EOL
314 B
JSON

[
{
"max_depth": 3,
"min_n": 1,
"max_n": 1000
},
{
"max_depth": 5,
"min_n": 5,
"max_n": 1000
},
{
"max_depth": 3,
"min_n": 2,
"max_n": 500
},
{
"max_depth": 1,
"min_n": 1,
"max_n": 1
}
]