Tong Li (李童)
Results
2
issues of
Tong Li (李童)
When I execute the following code, I cannot connect. But other models are connectable, what causes this? OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it...
Execute line of code: num_tokens = image_attn_blocks[0].attn_probs.shape[-1] An error message appears: torch.nn.modules.module.ModuleAttributeError: 'ResidualAttentionBlock' object has no attribute 'attn_probs' What problem causes this?