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
hello, First of all, thank you very much for opening up the source code, but I found a problem in your code
line 64 code: up_4 = self.up4(conv4, center, domain_label)
but up4 code in line 130: def forward(self, down_outputs, domain_label): only has 3 position, up4(conv4, center, domain_label) + self has 4 postion, not match
The text was updated successfully, but these errors were encountered:
Hi userhr2333, thanks for your interest in our project.
You are right, there is a mistake in cscada_net.py, and we have corrected it in our new version in cscada_net.py.
hello, First of all, thank you very much for opening up the source code, but I found a problem in your code
line 64 code: up_4 = self.up4(conv4, center, domain_label)
but up4 code in line 130: def forward(self, down_outputs, domain_label): only has 3 position, up4(conv4, center, domain_label) + self has 4 postion, not match
The text was updated successfully, but these errors were encountered: