Skip to content

Conversation

@roll-away
Copy link
Contributor

@roll-away roll-away commented Dec 26, 2025

PR Category

Bug Fix

Description

[done] fix the concretereifier bug in dim_gen
[done] fix the dimension of data
[done at https://github.com//pull/507] fix the bug: The expanded size of the tensor doesn't match
选取原先发生“concretereifier bug”报错的模型,对他们进行维度泛化,再用run_model对上一步得到的输出进行运行测试,在315个输出模型中,存在39个报错,run_model成功率为87.6%。具体报错类型为:
RuntimeError: The size of tensor a (1024) must match the size of tensor b (512) at non-singleton dimension 1,有19个;
IndexError: index out of range in self,有20个
[to do] 修复这两个问题

@paddle-bot
Copy link

paddle-bot bot commented Dec 26, 2025

Thanks for your contribution!

@lixinqi lixinqi merged commit 8b97b17 into PaddlePaddle:develop Dec 29, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants