You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: