models-pytorch icon indicating copy to clipboard operation
models-pytorch copied to clipboard

Error in like 31 csp_densenet suggestion for fixing

Open gurber15 opened this issue 2 years ago • 1 comments

def forward(self,x): features = [x[:,self.csp_num_features1:,...]] of line 31 stores features as a tuple because of the additional brackets this breaks the code you have to undo the bracket outside :)

gurber15 avatar Aug 15 '22 20:08 gurber15