You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the YOLOv8n model (Full Integer Quantized) using the LiteRT interpreter. I want to check the outputs of intermediate node tensors for debugging purposes but doing so directly isn't possible as intermediate tensors are freed up by LiteRT (as they should be).
To prevent this I am using the experimental flag "Preserve All tensors". The expected behavior would be execution stays the same but I can read data of intermediate tensors after complete execution. This is not what happens, instead the value of my output layer itself changes.
Is there something that I am doing wrong or missing?
The upper part shows part of my output layer when the flag is disabled and the bottom one shows the same part when the flag is enabled.
The text was updated successfully, but these errors were encountered:
I am running the YOLOv8n model (Full Integer Quantized) using the LiteRT interpreter. I want to check the outputs of intermediate node tensors for debugging purposes but doing so directly isn't possible as intermediate tensors are freed up by LiteRT (as they should be).
To prevent this I am using the experimental flag "Preserve All tensors". The expected behavior would be execution stays the same but I can read data of intermediate tensors after complete execution. This is not what happens, instead the value of my output layer itself changes.
Is there something that I am doing wrong or missing?
The upper part shows part of my output layer when the flag is disabled and the bottom one shows the same part when the flag is enabled.
The text was updated successfully, but these errors were encountered: