onnx-tensorflow icon indicating copy to clipboard operation
onnx-tensorflow copied to clipboard

Add backend.prepare Handle Large Models

Open woojh3690 opened this issue 1 year ago • 0 comments

#962 Introduce the capability to load large ONNX model files (>2GB) by accepting file paths directly. This update checks if the 'model' parameter is a string or path-like object and uses the 'load' function to handle the file appropriately.

woojh3690 avatar Mar 28 '24 08:03 woojh3690