Skip to content

Add HSigmoid spec#2412

Merged
lazarevevgeny merged 4 commits intoopenvinotoolkit:masterfrom
iimironov:imironov/CVS-29571-hsigmoid-spec
Oct 7, 2020
Merged

Add HSigmoid spec#2412
lazarevevgeny merged 4 commits intoopenvinotoolkit:masterfrom
iimironov:imironov/CVS-29571-hsigmoid-spec

Conversation

@iimironov
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread docs/ops/activation/HSigmoid_5.md Outdated
Comment thread docs/ops/activation/HSigmoid_5.md Outdated
Comment thread docs/ops/activation/HSigmoid_5.md
Comment thread docs/ops/activation/HSigmoid_5.md
Comment thread docs/ops/activation/HSigmoid_5.md
Comment thread docs/ops/activation/HSigmoid_5.md
Comment thread docs/ops/activation/HSigmoid_5.md Outdated
Copy link
Copy Markdown
Collaborator

@rkazants rkazants left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please look at comments.

Copy link
Copy Markdown
Collaborator

@rkazants rkazants left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HSigmoid is correct. I was wrong about HardSigmoid

@rkazants rkazants self-requested a review September 25, 2020 17:41
@iimironov iimironov force-pushed the imironov/CVS-29571-hsigmoid-spec branch from 245ab3a to a8a52fc Compare September 28, 2020 10:11
@iimironov iimironov force-pushed the imironov/CVS-29571-hsigmoid-spec branch from d0f90dc to 40eb90e Compare October 1, 2020 10:19
Copy link
Copy Markdown
Contributor

@postrational postrational left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ONNX HardSigmoid uses two parameters alpha and beta according to the following formula: y = max(0, min(1, alpha * x + beta))

We should allow the formula to be parametrised if we want to be able to represent the ONNX operation.

More information: https://github.com/onnx/onnx/blob/master/docs/Operators.md#HardSigmoid

@iimironov
Copy link
Copy Markdown
Contributor Author

The ONNX HardSigmoid uses two parameters alpha and beta according to the following formula: y = max(0, min(1, alpha * x + beta))

We should allow the formula to be parametrised if we want to be able to represent the ONNX operation.

More information: https://github.com/onnx/onnx/blob/master/docs/Operators.md#HardSigmoid

HardSigmoid not equal HSigmoid.
We already support HardSigmoid. It other operation.

Comment thread docs/ops/opset5.md
@iimironov iimironov force-pushed the imironov/CVS-29571-hsigmoid-spec branch from 386b182 to 4f99e12 Compare October 6, 2020 13:12
@lazarevevgeny lazarevevgeny merged commit 43dc605 into openvinotoolkit:master Oct 7, 2020
asomsiko pushed a commit to asomsiko/openvino that referenced this pull request Oct 13, 2020
@iimironov iimironov mentioned this pull request Oct 23, 2020
14 tasks
@iimironov iimironov mentioned this pull request Nov 17, 2020
14 tasks
mryzhov pushed a commit to mryzhov/openvino that referenced this pull request Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: docs OpenVINO documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants