add add input python layer

This commit is contained in:
pedro
2019-01-31 20:33:30 -03:00
parent cf7f9298aa
commit b3c7cbd03f
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ arch = [
to_begin(),
#input
## code here
to_input( '../examples/fcn8s/cats.jpg' ),
#block-001
to_ConvConvRelu( name='ccr_b1', s_filer=500, n_filer=(64,64), offset="(0,0,0)", to="(0,0,0)", width=(2,2), height=40, depth=40 ),