I am just trying to run a different model instead of the hello world model present in the
project. So, I just changed model.cc file accordingly. However, my new
model doesn't run correctly with this change. It shows aborted on the
stdout and terminates. I figured out the error arises during the
TfLiteStatus allocate_status = interpreter->AllocateTensors(); line
Here is my model architecture and model.cc file. Can you please help me figure out the issue? Any help would be appreciated.
Thanks