InternLM / InternLM/InternLM-XComposer
RuntimeError: The size of tensor a (1069) must match the size of tensor b (1068) at non-singleton dimension 3
- Dominant language
- Python
- Stars
- 2.9k
- Forks
- 175
- PR merge metrics
- No merged PRs in 30d
Description
启动python examples/gradio_demo_composition.py之后点击创作提交按钮会报错AttributeError: 'list' object has no attribute 'root'

然后为了修复上述报错把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


请问这是哪里的问题?
不过在日志最前面有个告警:似乎是clip模型参数没有加载成功?

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.