Ask Your Question
2

Why does my tflite model cause a segfault when adding a delegate, but it works fine with CPU inference?

asked 2021-07-02 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-02-07 17:00:00 +0000

lakamha gravatar image

A segfault can occur when there is an access violation or invalid memory reference, indicating a bug or error in the code. When adding a delegate, the model may be using different memory or hardware resources, causing a conflict or error that leads to the segfault. It is possible that the delegate is not properly configured or supported by the device or platform, causing the model to fail. Additionally, the delegate may require additional dependencies or resources that need to be installed or configured before the model can run correctly. It is important to check the documentation and requirements for the delegate and ensure that they are met before using it with the model.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-07-02 11:00:00 +0000

Seen: 7 times

Last updated: Feb 07 '22