Skip to content

Commit

Permalink
[Caffe Frontend] delete tutorial about caffe frontend.
Browse files Browse the repository at this point in the history
  • Loading branch information
fernchen committed Aug 26, 2020
1 parent b3a8384 commit 043aff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 144 deletions.
6 changes: 3 additions & 3 deletions python/tvm/relay/frontend/caffe.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ def convert_concat(self, op):
in_expr = (self.exp_tab.get_expr(inputs[i])
for i in range(len(inputs)))

params = dict()
params['axis'] = op.concat_param.axis
out = _op.concatenate(in_expr, axis=params['axis'])
c_params = dict()
c_params['axis'] = op.concat_param.axis
out = _op.concatenate(in_expr, axis=c_params['axis'])

return out

Expand Down
141 changes: 0 additions & 141 deletions tutorials/frontend/from_caffe.py

This file was deleted.

0 comments on commit 043aff1

Please sign in to comment.