-
Notifications
You must be signed in to change notification settings - Fork 347
Re-enable the convolution based models and remove nnpa-saturation=true #2959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
IMO, we want to continue testing resnet and others with dynamic sizes. Didn't they work in the past? Is there a regression? For convolution based tests, typically the size of the filter is known, but maybe not the size of the image or batch size. Is it a case where we set too much as unknown? |
@AlexandreEichenberger They never worked in the past with dynamic sizes. Please see the PR when @negiyas introduced |
I just ran
so |
Then why do these test fail if we are not using |
These tests have been commented out since April :
|
|
In my z16 environment, without
|
@imaihal Interesting! Thanks so much.... @AlexandreEichenberger did you test |
I will close this PR given @AlexandreEichenberger feedback. He wants to keep the nnpa-saturation=true and further debug why the convolution backend tests are not working. |
Based on the commentary from @negiyas and the following PR: #2817
It appears that the convolution models cannot be enabled with the
--dimParams
option and needs to be disabled. This essentially means the test will not be added to the dynamic shape test but will still run as expected for the other checks. With the following update,nnpa-saturation
does not need to be changed totrue
but it can remain as the default which isfalse
.