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

mdd loss relies on labels ? #2

Open
LindgeW opened this issue Jun 14, 2024 · 0 comments
Open

mdd loss relies on labels ? #2

LindgeW opened this issue Jun 14, 2024 · 0 comments

Comments

@LindgeW
Copy link

LindgeW commented Jun 14, 2024

def mdd_loss(features, labels, left_weight=1, right_weight=1):

It seems that the calculation of the mdd loss relies on labels. Doesn't this restrict its application? You know, most distance functions (e.g., MMD, CORAL) just require the features of source and target domain for calculation.

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