Skip to content

Commit

Permalink
remove extra debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsTechHAN committed Jan 22, 2021
1 parent 9841e26 commit 89deab7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions keras2ncnn/keras_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,11 +761,6 @@ def Reshape_helper(
ncnn_helper):
target_shape = layer['layer']['config']['target_shape']

# repleace_233 = lambda x: x != -1
# target_shape = list(filter(repleace_233, target_shape))

print(target_shape)

if(len(target_shape) == 4):
ncnn_graph_attr = ncnn_helper.dump_args(
'Reshape', w=target_shape[2], h=target_shape[1], c=target_shape[3])
Expand Down

0 comments on commit 89deab7

Please sign in to comment.