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

30 lines
No EOL
429 B
JSON

[
{
"max_depth": 5,
"min_inputs": 5
},
{
"max_depth": 5,
"min_inputs": 4
},
{
"max_depth": 4,
"min_inputs": 5
},
{
"max_depth": 5,
"min_inputs": 3
},
{
"max_depth": 4,
"min_inputs": 3
},
{
"max_depth": 3,
"min_inputs": 3
},
{
"max_depth": 3,
"min_inputs": 5
}
]