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

27 lines
No EOL
381 B
JSON

[
{
"n": 5,
"m": 5,
"max_p": 1000
},
{
"n": 2,
"m": 2,
"max_p": 100
},
{
"n": 1,
"m": 1,
"max_p": 1000000000000000000
},
{
"n": 3,
"m": 3,
"max_p": 1000000000000000000
},
{
"n": 3,
"m": 5,
"max_p": 1000000000000000000
}
]