We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/edward3862/LoFGAN-pytorch/blob/4ad8b4dd4ec8f8795e044b2c58f507af898d580d/networks/lofgan.py#L292C17-L292C17
fx = torch.matmul(w_feat_select, w_ref) # (321264)
这里实在求余弦相似度吗? 只求了内积?
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. w_feat_select and w_ref are normalized embeddings, so we are calculating cosine similarity.
w_feat_select
w_ref
Sorry, something went wrong.
No branches or pull requests
https://github.com/edward3862/LoFGAN-pytorch/blob/4ad8b4dd4ec8f8795e044b2c58f507af898d580d/networks/lofgan.py#L292C17-L292C17
fx = torch.matmul(w_feat_select, w_ref) # (321264)
这里实在求余弦相似度吗? 只求了内积?
The text was updated successfully, but these errors were encountered: