Closed prakhar6sharma closed 1 year ago
I was able to reproduce this bug. I need to re-assess ViT anyway to make it conform with the rest of the updated models, so I'll update it to use the latest version of timm and then peg timm to version 0.9.2 in pyproject.toml
.
@jasonjewik, I have PRs (#101 and #103) failing in their build because of this issue.
Describe the bug Running
pytest tests/
gives an error fortest_vit()
when running with the version0.9.2
but works perfectly with version0.6.12
.To Reproduce Create a fresh conda environment with python 3.7 and install all the dependencies.
Screenshots