Sawyer Wang
Results
2
issues of
Sawyer Wang
### Model description InternImage is a new large-scale CNN-based foundation model, which can obtain the gain from increasing parameters and training data like ViTs. Different from the recent CNNs that...
New model
`Tensor.masked_fill_(mask, value)` fills elements of self tensor with value where mask is True. So your code in line 145 should be `mask = ~mask.bool()`.