Commit f065d37
Fix runtime error for onnx_graph_to_caffe2_net (#60)
Got 'The model does not have an ir_version set properly' exception
when passing model.graph to onnx_graph_to_caffe2_net. The checker
takes model parameter therefore pass model instead of graph.1 parent 7b549ae commit f065d37
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments