python tools/maskclip_utils/convert_clip_weights.py --model ViT16
After execute the statement above, I get the ViT16_clip_weights.pth. However, when I run the test.py, it will cause a problem, that is,

I wonder know whether the missing weights affect the output shape or not.