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

zero vector order in the domain label vector #135

Open
yy97831 opened this issue May 21, 2021 · 0 comments
Open

zero vector order in the domain label vector #135

yy97831 opened this issue May 21, 2021 · 0 comments

Comments

@yy97831
Copy link

yy97831 commented May 21, 2021

Hi can i change the order of the zero vector in the domain label from :
c_org = torch.cat([zero, c_org, mask], dim=1)
c_trg = torch.cat([zero, c_trg, mask], dim=1)

to

c_org = torch.cat([c_org, zero, mask], dim=1)
c_trg = torch.cat([ c_trg, zero, mask], dim=1)

it should be the same as the network will ignore the zeros anyway, am I right?

thanks

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