DAG4MIA icon indicating copy to clipboard operation
DAG4MIA copied to clipboard

cscada_net.py code has error

Open userhr2333 opened this issue 2 years ago • 1 comments

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

userhr2333 avatar Nov 23 '22 09:11 userhr2333

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.

JoeGue avatar Nov 30 '22 08:11 JoeGue