You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pop unnecessary item when wrapping model with `jit.to_static`, so we can
support se_e2_a/dpa2/dpa3 without extra modification.
@njzjz can you give some suggestions for better code improvements? The
current approach of fetching data via `self.get_data` isn't very
concise.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Bug Fixes**
- Improved compatibility by dynamically matching label input
specifications to available label keys during model compilation when
CINN is enabled. This prevents errors caused by mismatched label keys at
runtime.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Signed-off-by: HydrogenSulfate <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments