add add input python layer
This commit is contained in:
+1
-1
@@ -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 ),
|
||||
|
||||
Reference in New Issue
Block a user