libcw/study/nn/nn0.cfg

16 lines
268 B
INI
Raw Normal View History

2020-10-30 13:40:39 +00:00
{
projL: [
test0:{
net: {
data: { type:mnist, indir:"~/src/datasets/mnist" },
layerL: [
{ type: input, batchN: 32 },
{ type: dense, shape: [30] },
{ type: dense, shape: [10] },
]
}
}
]
}