vision_tower Object is None, is_loader() error.
#4
by
RobinY99
- opened
I tried your start codes.
But when loading the model, it reported model.get_vision_tower() returned a None object. [this is reported when using the from_pretrained()].
I checked the config.json file, is it correct that no vision_tower configuration in that?
"mm_vision_tower": "openai/clip-vit-large-patch14-336",