Created
December 8, 2025 14:05
-
-
Save Ademking/73b31e63ee9d46b9c16622fb00e32b23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| averaged_metrics = { | |
| metric: np.mean([v.cpu().detach().item() if hasattr(v, "cpu") else v for v in values]) | |
| for metric, values in metrics.items() | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment