InternBootcamp/examples/pipelines/puzzle_configs/nonograms_train.json
2025-05-23 15:27:15 +08:00

26 lines
No EOL
310 B
JSON
Executable file

[
{
"rows": 10,
"cols": 10
},
{
"rows": 8,
"cols": 5
},
{
"rows": 12,
"cols": 12
},
{
"rows": 5,
"cols": 5
},
{
"rows": 15,
"cols": 15
},
{
"rows": 15,
"cols": 10
}
]