Closed BoPang1996 closed 3 years ago
https://github.com/microsoft/esvit/blob/c5d73eba76d76136a5ed162263b934df57ec04dc/models/swin_transformer.py#L300
In this line, should (self.H, self.W) be (H, W)?
(self.H, self.W)
(H, W)
Thanks for pointing it out. This is corrected now.
https://github.com/microsoft/esvit/blob/c5d73eba76d76136a5ed162263b934df57ec04dc/models/swin_transformer.py#L300
In this line, should
(self.H, self.W)
be(H, W)
?