Files
mt/thesis/third_party/PlotNeuralNet/examples/LeNet/lenet.txt
2025-08-13 14:13:00 +02:00

8 lines
135 B
Plaintext

input(32, 32, 1)
conv(28, 28, 6)
pool(14, 14, 6)
conv(10, 10, 16)
pool(5, 5, 16)
conv(1,1,120)
fullyconn(1,1,84)
softmax(1,1,10)