Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Can't serialize models without onnx_data file
- onnxModelPath is not set for models without an .onnx_data file, so it will be None - None.get will throw an error, this checks for it first
- Loading branch information