Closed mvermeulen closed 4 years ago
Note: Both the fp32 and fp16 versions are created from WinMLTools. These are the only models in the test set that come from this provider.
migraphx considers all attribute as float type, but input of the model is fp16, so there is a typemismatch.
created a PR for the fix
Implemented
Running this ONNX file with the MIGraphX driver results in the following errors
Not 100% certain these are the same model, but fp32 Opset 8 version of tiny_yolov2 works without error. I've attached a dump of ONNX files for both fp16 and fp32 models yolov_fp32.txt yolov_fp16.txt