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

26 lines
No EOL
355 B
JSON

[
{
"h": 4,
"w": 6,
"p": 0.5,
"max_queries": 3
},
{
"h": 5,
"w": 5,
"p": 0.7,
"max_queries": 5
},
{
"h": 7,
"w": 3,
"p": 0.4,
"max_queries": 7
},
{
"h": 3,
"w": 4,
"p": 0.6,
"max_queries": 10
}
]