SHI-Labs / Neighborhood-Attention-Transformer

Neighborhood Attention Transformer, arxiv 2022 / CVPR 2023. Dilated Neighborhood Attention Transformer, arxiv 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to get model object?

fire717 opened this issue · comments

pip install git+https://github.com/rwightman/pytorch-image-models.git@9d6aad44f8fd32e89e5cca503efe3ada5071cc2a

got this:

ERROR: Command errored out with exit status 128: git clone --filter=blob:none -q https://github.com/rwightman/pytorch-image-models.git /tmp/pip-req-build-wldj6iv4 Check the logs for full command output.

and if I run :
pip install git+https://github.com/rwightman/pytorch-image-models.git

then run the train, got this:
RuntimeError: Unknown model (nat_tiny)

Hello,
Thanks for sharing this.
It's strange, and I don't seem to be able to reproduce this on my end. Is that the full error output?
If not, could you share the full error?
If so, could you check the referenced log and share the relevant lines?

Closing this due to inactivity. If you still have questions feel free to open it back up.