GCP-Colorization
GCP-Colorization copied to clipboard
Unknown model (beit_large_patch16_512) for test testcase_in_the_wild
When I test the images for testcase_in_the_wild and run the code python predict_imagenet_label.py testcase_in_the_wild --model beit_large_patch16_512 --pretrained. It could generate this issue which is Unknown model (beit_large_patch16_512) for test testcase_in_the_wild
This looks like a timm problem, maybe you can check if timm (my timm version is 0.6.5) is installed successfully, for example, check if beit_large_patch16_512
is in timm.list_models()
.
好的,谢谢老哥。你的论文真不错,想法很好,着色效果也好,在ImageNet 验证集上的客观指标的值也和论文上的保持一致,不像有的论文,测试结果根本达不到论文上的结果。我再去确认以下timm的版本,谢谢