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
feat(pt): add hook to last fitting layer output (#4789)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Added the ability to evaluate and retrieve the output of the last
hidden layer in fitting neural networks, providing access to
intermediate model outputs.
- Extended evaluation interfaces to support fetching intermediate
fitting outputs for both standard and mixed-type models.
- **Improvements**
- Enhanced output dictionaries to optionally include intermediate
network outputs when enabled, allowing for more detailed inspection
during evaluation.
- **Tests**
- Introduced tests to verify correctness and consistency of fitting last
layer evaluations across supported model types.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments