AMDMIGraphX icon indicating copy to clipboard operation
AMDMIGraphX copied to clipboard

Better handling of corrupt or invalid onnx files

Open kahmed10 opened this issue 1 year ago • 0 comments

Currently if an onnx file is empty (i.e., contains 0 bytes), MIGraphX will throw a segfault. This is not a useful message to the user. We should try to have some way of first checking if the onnx file (or protobuf) is valid.

kahmed10 avatar Apr 25 '24 22:04 kahmed10