How to use the new EVA models? (create_model reports Unknown model) #1603
Answered
by
BingliangLi
BingliangLi
asked this question in
Q&A
-
Hi, I'm trying to use the exciting new EVA models as the backbone of my task, but I'm unable to create it using
|
Beta Was this translation helpful? Give feedback.
Answered by
BingliangLi
Dec 23, 2022
Replies: 1 comment 1 reply
-
It turns out that EVA is not released on pypi yet, use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BingliangLi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It turns out that EVA is not released on pypi yet, use
pip install git+https://github.com/rwightman/pytorch-image-models.git
to install the dev works for me.