you model is wrong。
afterimagex opened this issue · comments
PeiChaoXu commented
Dipendra Jha commented
@afterimagex do you mean that line should be :
Conv2d(16, 16, kernel_size=(3,3), stride=(1,1), padding=(1,1), groups=1, bias=False)
Octocat commented
@afterimagex I think you are right, the code of InvertedResidual
in this implementation is wrong. @d-li14