nick70422

Results 1 comments of nick70422

I have encountered same issue, it's in the MV2Block in MobileViT.py line 134: > nn.Conv2d(inp,hidden_dim,kernel_size=1,stride=1,bias=False), you should change "stride = 1" to "stride = self.stride" hope it'll help