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

clip loss #167

Open
RainGameon opened this issue Nov 12, 2023 · 0 comments
Open

clip loss #167

RainGameon opened this issue Nov 12, 2023 · 0 comments

Comments

@RainGameon
Copy link

RainGameon commented Nov 12, 2023

why do we use arcsin to computer cosine loss?
codes is like following:
dists = input_normed.sub(embed_normed).norm(dim=2).div(2).arcsin().pow(2).mul(2)

@RainGameon RainGameon changed the title clip clip loss Nov 12, 2023
@RainGameon RainGameon reopened this Nov 12, 2023
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

1 participant