Skip to content

Commit

Permalink
PlaceholderWithDefault needs IR4:
Browse files Browse the repository at this point in the history
  • Loading branch information
guschmue committed Mar 31, 2020
1 parent f249443 commit 3939afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf2onnx/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@

# Mapping opset to IR version.
OPSET_TO_IR_VERSION = {
1: 3, 2: 3, 3: 3, 4: 3, 5: 3, 6: 3, 7: 3, 8: 4, 9: 4, 10: 5, 11: 6, 12: 7
1: 3, 2: 3, 3: 3, 4: 3, 5: 3, 6: 3, 7: 4, 8: 4, 9: 4, 10: 5, 11: 6, 12: 7
}

0 comments on commit 3939afb

Please sign in to comment.