Skip to content
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

About the additional computation for sigma #46

Open
Chris-city opened this issue Jul 11, 2023 · 1 comment
Open

About the additional computation for sigma #46

Chris-city opened this issue Jul 11, 2023 · 1 comment

Comments

@Chris-city
Copy link

can you explain these codes in lines 48-49 that do not appear in the paper, thank you.
especially why do pow computation with exponent 3?

sigma = torch.sigmoid(sigma * 5) + 1e-5
sigma = torch.pow(3, sigma) - 1

@lzz19980125
Copy link

Same question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants