InternLM / InternLM-XComposer

InternLM-XComposer-2.5: A Versatile Large Vision Language Model Supporting Long-Contextual Input and Output
2.14k stars 133 forks source link

RuntimeError: The size of tensor a (1069) must match the size of tensor b (1068) at non-singleton dimension 3 #179

Open liulj0507 opened 4 months ago

liulj0507 commented 4 months ago

启动python examples/gradio_demo_composition.py之后点击创作提交按钮会报错AttributeError: 'list' object has no attribute 'root' image

然后为了修复上述报错把upimages = [t.image.path for t in upimages.root]修改为upimages = [t.image.path for t in upimages]之后又出现如下两处报错: RuntimeError: The size of tensor a (276) must match the size of tensor b (275) at non-singleton dimension 3 和 RuntimeError: The size of tensor a (1069) must match the size of tensor b (1068) at non-singleton dimension 3

image image

请问这是哪里的问题?

不过在日志最前面有个告警:似乎是clip模型参数没有加载成功? image

zhouwei5113 commented 4 months ago

@liulj0507 问题你解决了吗

panzhang0212 commented 4 months ago

@yeyimilk @zhouwei5113 Is the version of your gradio 4.13.0 ?

What is the version of your transfermers? please try transformers==4.33.2