Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Maybe code error? #9

Open
diamond0910 opened this issue Jan 11, 2022 · 0 comments
Open

Maybe code error? #9

diamond0910 opened this issue Jan 11, 2022 · 0 comments

Comments

@diamond0910
Copy link

Should the four places below be normloss? I don't think the loss is passed back?

loss -= torch.cosine_similarity(torch.mean(encoded_renders, dim=0),

loss -= torch.cosine_similarity(torch.mean(encoded_renders, dim=0, keepdim=True),

loss -= torch.cosine_similarity(torch.mean(encoded_renders, dim=0),

loss -= torch.cosine_similarity(torch.mean(encoded_renders, dim=0, keepdim=True),

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant