Hi, I posted this because I have an error regarding Hailo-8 CLIP clip_vit_l14.
When I used the received HEF files at this page I didn’t get any error.
So I’ve downloaded the clip_vit_l14_laion2b and converted it to ONNX file to make my own HEF. (as below)
But, when I compiled the clip_vit_l14_laion2b ONNX using DFC I got an error as below.
How can I compile the model to get the same clip_vit_l14_laion2b HEF file?
I exported and converted the CLIP ViT-L/14 image encoder.
Hey @jinsookim, could you provide more details about the compilation process if you successfully converted a VIT transformer-based model? I’m having trouble exporting transformer models. Thanks!
@abdullayev1705
I’m sorry for the confusion. I meant to say above that I was trying to export and convert the CLIP ViT-L/14 image encoder model but failed. I’m still having trouble with conversion as well.