-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using partition_for_vitis_ai
with YOLOX ONNX model
#8683
Comments
I've been able to get some log traces:
So it seems that the problem is related to |
cc @jtuyls |
@comaniac I will follow up here: Xilinx/pyxir#63. You can close this issue in favor of that one if you want. |
Thanks @jtuyls, I'll close this issue here. |
Hi @comaniac @jlamperez , I am following the external_yolov3_tutorial.ipynb Jupyter notebook tutorial for compiling a yolov3 model for Vitis-AI. But when I try to use lib.export_library('tvm_dpu_cpu.so') to save 'tvm_dpu_cpu.so' file, I am meet the next problem:
Any idea of why is failing? Best regards |
@runner42195 Did you find a workaround for this? |
Hi,
I am following the external_yolov3_tutorial.ipynb Jupyter notebook tutorial for compiling a YOLOX-NANO ONNX model for Vitis-AI. But when I try to use partition_for_vitis_ai I am having the next problem:
Any idea of why is failing?
Best regards,
The text was updated successfully, but these errors were encountered: