Skip to content

Commit

Permalink
Merge pull request #134 from wmvanvliet/fix
Browse files Browse the repository at this point in the history
Put back line that was removed by accident
  • Loading branch information
gmalivenko committed Aug 6, 2021
2 parents cf8f53f + d493cd3 commit 9cd26e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytorch2keras/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,7 @@ def pytorch_to_keras(
stream.seek(0)
onnx_model = onnx.load(stream)

k_model = onnx_to_keras(onnx_model=onnx_model, input_names=input_names,
input_shapes=input_shapes, name_policy=name_policy,
verbose=verbose, change_ordering=change_ordering)
return k_model

0 comments on commit 9cd26e9

Please sign in to comment.