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
I wonder if we can manually verify attention mask patterns during testing. While I can visualize masks by printing them as strings, I'm looking to add proper test assertions.
How to assert if a specific position (i,j) has the correct True/False value
How to verify an entire row matches expected masking pattern
Current approach:
Can print mask as string for visual inspection
Would appreciate examples of how to properly test these mask values.
The text was updated successfully, but these errors were encountered:
This function makes use of some private functions, and we dont provide BC guarantees on this but this should allow you to extract out the (potentially large) attn-scores matrix
Hi,
I wonder if we can manually verify attention mask patterns during testing. While I can visualize masks by printing them as strings, I'm looking to add proper test assertions.
Current approach:
Would appreciate examples of how to properly test these mask values.
The text was updated successfully, but these errors were encountered: