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

22 lines
No EOL
305 B
JSON

[
{
"max_n": 200,
"max_height": 200
},
{
"max_n": 1000,
"max_height": 1000
},
{
"max_n": 100,
"max_height": 500
},
{
"max_n": 1,
"max_height": 1
},
{
"max_n": 500,
"max_height": 500
}
]