SHI-Labs / Neighborhood-Attention-Transformer

Neighborhood Attention Transformer, arxiv 2022 / CVPR 2023. Dilated Neighborhood Attention Transformer, arxiv 2022
MIT License
1.05k stars 86 forks source link

how to get model object? #19

Closed fire717 closed 2 years ago

fire717 commented 2 years ago

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)

alihassanijr commented 2 years ago

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?

alihassanijr commented 2 years ago

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