-
Notifications
You must be signed in to change notification settings - Fork 58
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
example_keras_mobilenet.py exits with ValueError: low >= high #2
Labels
bug
Something isn't working
Comments
elad-c
pushed a commit
to elad-c/model_optimization
that referenced
this issue
Mar 9, 2022
haihabi
pushed a commit
that referenced
this issue
Mar 9, 2022
* Add MultiHeadAttention test and support in HPTQ (substitution to simple keras layer nodes) under debug: in back2framework Dot layer node build fails because it expects 2 inputs * Finish MultiHeadAttention decomposition and tests * MHA test pass for all MHA layer options * MHA: update test * MHA: update test classes * fix PR comments * fix PR comments #2 Co-authored-by: elad cohen <[email protected]>
IdanBenAmi
pushed a commit
to IdanBenAmi/model_optimization
that referenced
this issue
Aug 8, 2022
elad-c
pushed a commit
to elad-c/model_optimization
that referenced
this issue
Jun 14, 2023
elad-c
pushed a commit
to elad-c/model_optimization
that referenced
this issue
Aug 1, 2023
elad-c
pushed a commit
to elad-c/model_optimization
that referenced
this issue
Sep 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Failed to run
example_keras_mobilenet.py
Below the output. Further down I list my pip list. I'm running with python 3.8. I installed the package simply with
pip install .
(after having commented out the argparse stuff in setup.py and setting version to 0.0).The text was updated successfully, but these errors were encountered: