Hi,
I'm trying to convert ONNX model to bundle for a mimxrt685audevk NXP board.
I launch this Glow command : model-compiler.exe -model=wilfried_conv_only_model_4.onnx -backend=CPU -emit-bundle=source
And during the execution i have the folowing error :
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0213 15:55:12.243311 19524 HostManager.cpp:239] Destroying host manager...
And i don't found a solution... For me this error come from the glow hostmanager but i don't know how to resolve it... I need your help !
Thank you !