Skip to content

Commit 327acfd

Browse files
authored
Update utils.py (#314)
fixed a typo in the model checker
1 parent 94bc171 commit 327acfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paddle2onnx/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def check_model(onnx_model):
4444
except Exception:
4545
raise Exception('ONNX model is not valid.')
4646
finally:
47-
logging.info('ONNX model genarated is valid.')
47+
logging.info('ONNX model generated is valid.')
4848

4949

5050
levels = {0: 'ERROR', 1: 'WARNING', 2: 'INFO', 3: 'DEBUG'}

0 commit comments

Comments
 (0)