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
In PyTorch, we can use register_forward_hook to capture the output of specific layers. I’m wondering if there’s a similar feature in NeMo or a way to convert a NeMo model to PyTorch to achieve this. Any guidance would be appreciated!
The text was updated successfully, but these errors were encountered:
Hi,
In PyTorch, we can use
register_forward_hook
to capture the output of specific layers. I’m wondering if there’s a similar feature in NeMo or a way to convert a NeMo model to PyTorch to achieve this. Any guidance would be appreciated!The text was updated successfully, but these errors were encountered: