[luci] Handle dynamic dimensions in Squeeze shape inference#14857
[luci] Handle dynamic dimensions in Squeeze shape inference#14857seanshpark merged 2 commits intoSamsung:masterfrom
Conversation
This commit skip verification of squeezed dimension if such dimension is dynamic. ONE-DCO-1.0-Signed-off-by: Mateusz Bencer <m.bencer@partner.samsung.com>
|
Plz follow #14844 (comment) for this too |
I'm trying with TF recipe like: But it fails on asserts in |
this is tflite recipe, not TF
you may have to fix luci-interpreter too, as I know you are to support dynamic shapes. |
jinevening
left a comment
There was a problem hiding this comment.
Code itself looks good to me.
Right ;)
I see but it looks like a bigger task. In the current state I'm specializing dynamic shape model to the static version via In the current moment I'm proposing introduce the Squeeze test based on tflite recipe in steps (the order is important): But this PR should be merged at first. |
|
as you've posted multiple PRs related to this PR, please add a link to the full draft PR. |
sure - Draft: #14882 |
|
@seanshpark In my opinion we should merge the PRs in order:
|
I'd like to but you didn't apply the changes from the draft. |
ohh, I see, I've missed #14882 (comment) |
This commit skip verification of squeezed dimension if such dimension is dynamic.
ONE-DCO-1.0-Signed-off-by: Mateusz Bencer m.bencer@partner.samsung.com
Draft: #14882
Issue: #14791