Skip to content

Conversation

@TelGome
Copy link
Contributor

@TelGome TelGome commented Dec 26, 2025

PR Category

Bug Fix

Description

Fix CV/NLP SymDim Reifier matching semantics.

@paddle-bot
Copy link

paddle-bot bot commented Dec 26, 2025

Thanks for your contribution!

Comment on lines +19 to +26
if sym_shapes_str == "[]":
return False
assert sym_shapes_str in self._get_map_cv_sym_shapes_str2reifier(), (
"[CV SymDim Reify] No reifier matched symbolic shapes:\n"
f"{sym_shapes_str}\n"
"Please add a reify rule to _get_map_cv_sym_shapes_str2reifier()."
)
return True
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

肯定不是改这里啊。match是一个检测接口,它不能崩溃的。

@TelGome TelGome changed the title Fix CV/NLP SymDim Reifier matching semantics. Add CV/NLP SymDim Reifier matching error msg. Dec 26, 2025
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