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

Remove default barycenter geometry initialization in fixed support case #77

Open
pbarbarant opened this issue Oct 11, 2024 · 0 comments

Comments

@pbarbarant
Copy link
Collaborator

If self.learn_geometry is True but init_barycenter_geometry is None, the geometric cost matrix of the barycenter is filled with ones:

barycenter_geometry = (
       torch.ones((barycenter_size, barycenter_size)).to(device)
       / barycenter_size
)

This is an appropriate initialization when the cost matrix is learnt in the free support case but not in the fixed support case where it is kept during the whole optimization process.

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