Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Comments

fix sigmoid implementation bug#523

Open
donglixp wants to merge 1 commit intopytorch:mainfrom
donglixp:patch-1
Open

fix sigmoid implementation bug#523
donglixp wants to merge 1 commit intopytorch:mainfrom
donglixp:patch-1

Conversation

@donglixp
Copy link

@donglixp donglixp commented Mar 5, 2024

sigmoid(x) = 1 / (1+exp(-x))

The original implementation does not have -.

sigmoid(x) = 1 / (1+exp(-x))
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants