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

Computation of q_ij #67

Open
psl-schaefer opened this issue Apr 27, 2023 · 0 comments
Open

Computation of q_ij #67

psl-schaefer opened this issue Apr 27, 2023 · 0 comments

Comments

@psl-schaefer
Copy link

psl-schaefer commented Apr 27, 2023

I have a brief question regarding the computation of q_{ij} in lines:

q = 1.0 / ((1.0 + torch.sum((x.unsqueeze(1) - self.mu)**2, dim=2) / self.alpha) + 1e-8)

In the paper the formula is:
image

whereas the code says rather (ignoring alpha)
image

so is there a typo in the publication?

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