Ratio 1
Ratio 2
Zoom X
Zoom Y
Zoom Z
Black and white
Export
# Some example input(28, 28, 1) conv(24, 24, 8) relu(24, 24, 8) pool(12, 12, 8) conv(10, 10, 16) relu(10, 10, 16) pool(4, 4, 16) fullyconn(1, 1, 10) softmax(1, 1, 10)