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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: