Skip to content

Commit

Permalink
remove redundant codes
Browse files Browse the repository at this point in the history
  • Loading branch information
rainLiuplus committed Feb 19, 2019
1 parent 18812bf commit f62a33a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mmdnn/conversion/pytorch/pytorch_emitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,6 @@ def emit_Tanh(self, IR_node):


def emit_Relu(self, IR_node):
if IR_node.variable_name == 'cell_stem_0_comb_iter_0_left_Relu':
print('yes')
code = "{:<15} = F.relu({})".format(
IR_node.variable_name,
self.parent_variable_name(IR_node, [0]))
Expand Down

0 comments on commit f62a33a

Please sign in to comment.