pytorch_pfn_extras.onnx.load.load_model#
- pytorch_pfn_extras.onnx.load.load_model(f, format=None, load_external_data=True)#
Load model from ONNX file.
This is a wrapper to onnx.load_model that automatically falls back to load_external_data=False when tensors are stripped.