We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bc171 commit 327acfdCopy full SHA for 327acfd
1 file changed
paddle2onnx/utils.py
@@ -44,7 +44,7 @@ def check_model(onnx_model):
44
except Exception:
45
raise Exception('ONNX model is not valid.')
46
finally:
47
- logging.info('ONNX model genarated is valid.')
+ logging.info('ONNX model generated is valid.')
48
49
50
levels = {0: 'ERROR', 1: 'WARNING', 2: 'INFO', 3: 'DEBUG'}
0 commit comments