DAG4MIA
DAG4MIA copied to clipboard
cscada_net.py code has error
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
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.