libcw/study/nn/nn0.cfg
2020-10-30 09:40:39 -04:00

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] },
]
}
}
]
}