You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
288 B

[conv]
width=28
height=28
channels=1
filters=4
size=5
stride=1
activation=ramp
[maxpool]
stride=2
[conv]
filters=12
size=5
stride=1
activation=ramp
[maxpool]
stride=2
[conv]
filters=10
size=3
stride=1
activation=ramp
[maxpool]
stride=2
[conn]
output = 10
activation=ramp
[softmax]