-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Feature Request]: Add SeLu activation in the OpenVino IR (TensorFlow Conversion) #19469
Comments
@VimalWill according to documentation, SeLu is supported - https://docs.openvino.ai/2023.0/openvino_docs_ops_activation_Selu_1.html or https://docs.openvino.ai/2023.0/classov_1_1op_1_1v0_1_1Selu.html Could you provide an example of code you use and explain the error you receive? |
Hi @vurusovs |
ov_model = mo.convert_model(tf_model) I followed this code from doc of nncf |
#19528 with Selu support is under review. |
@VimalWill, PR was merged to master. If you have a chance, please build the master. And the operation is going to the next release 2023.2 Best regards, |
@rkazants thanks, let me try building it |
can any one suggest me the steps to build from master, I'm still getting the issue and ig i'm not building it properly. |
@VimalWill could you provide more details what the problem you met? |
@vurusovs I followed the same steps only for building from source in linux machine, but the get the same error as i reported earlier when I try to convert my nncf based int 8 quantized tf model to openvino IR using convert_model() |
@VimalWill do you have any good news on your trials? |
Closing as operation was enabled on master. |
Request Description
I quantized my TensorFlow model to INT-8 using NNCF and trying to convert to OpenVino IR for performance analysis , but I was struck with the error as I'm using SeLu activation in my model. Ig OpenVino IR don't have support for SeLu?
Feature Use Case
No response
Issue submission checklist
The text was updated successfully, but these errors were encountered: