ActiveVisionLab / DSConv

49 stars 6 forks source link

weight_res issues #3

Open Allyjuke96 opened 1 year ago

Allyjuke96 commented 1 year ago

Hi! How should I use weight_res? It is not used in the return of forward of DSConv2d. Plus, self.weight is never defined in the class, it's only used. Also, bias is defined as bool, but functional.nn.Conv2d requires a Tensor