raymond-li / tflite_tensor_outputter

Generates intermediate tensor outputs for tflite
Apache License 2.0
14 stars 6 forks source link

Segmentation fault(core dumped) #2

Open xiaopengaia opened 1 year ago

xiaopengaia commented 1 year ago

I use thebuffer_change_output_tensor_to , I get a new module, but when I runinterpreter.invoke()there will be a error about: Segmentation fault(core dumped)

How to deal it?