-
Notifications
You must be signed in to change notification settings - Fork 54
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: 'ViTAE_Window_NoShift_basic is not in the models registry'" #14
Comments
@Akinpzx 首先检查mmcv的类型,是不是能改那种的,其次看看有没有安装mmseg(你克隆下的这个文件夹其实就是mmseg,只不过可能不是最新版的)然后安装
安装完以后就可以复现了,potsdam需要自己准备,准备过程可以参考其他issue |
我想要语义分割的预训练模型应该在哪找呢? |
@Akinpzx 没加 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
作者您好,我在尝试复现您在论文中,在Potsdam数据集上的实验时,运行以下代码
python -m torch.distributed.launch --nproc_per_node=1 --master_port=40001 tools/train.py configs/vitae_win/upernet_vitae_win_imp_window7_512x512_80k_potsdam.py --launcher 'pytorch',
但是出现了KeyError: "EncoderDecoder: 'ViTAE_Window_NoShift_basic is not in the models registry'"的问题,请问这是为什么呢?有什么办法解决吗?
我还想请教一下如何正确复现您的实验呢?
The text was updated successfully, but these errors were encountered: