16 lines
268 B
INI
16 lines
268 B
INI
{
|
|
projL: [
|
|
test0:{
|
|
net: {
|
|
|
|
data: { type:mnist, indir:"~/src/datasets/mnist" },
|
|
|
|
layerL: [
|
|
{ type: input, batchN: 32 },
|
|
{ type: dense, shape: [30] },
|
|
{ type: dense, shape: [10] },
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |