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

find a bug in the code #14

Open
Kaiseem opened this issue Jul 13, 2021 · 0 comments
Open

find a bug in the code #14

Kaiseem opened this issue Jul 13, 2021 · 0 comments

Comments

@Kaiseem
Copy link

Kaiseem commented Jul 13, 2021

Unsupervised-Domain-Adaptation-with-Differential-Treatment/model/deeplab_multi.py

L115-119
L115 def forward(self, x):
L116 out = self.conv2d_list0
L117 for i in range(len(self.conv2d_list) - 1):
L118 out += self.conv2d_listi + 1
L119 return out

L 119 should align with L117, am i right?

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