Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: "EncoderDecoder: 'SwinTransformer is not in the backbone registry' #45

Open
kekexixili opened this issue Oct 17, 2021 · 1 comment

Comments

@kekexixili
Copy link

请问这是什么错误

@impiga
Copy link
Member

impiga commented Oct 17, 2021

Hi, have you installed the requirements according to this page?

If not, you may run following commands and try again.

conda create -n swin python=3.7 -y
conda activate swin

conda install pytorch=1.6.0 torchvision cudatoolkit=10.1 -c pytorch
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html
git clone https://github.com/SwinTransformer/Swin-Transformer-Semantic-Segmentation.git
cd Swin-Transformer-Semantic-Segmentation
pip install -e .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants