Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add clip score tracking #1146

Merged
merged 4 commits into from
Nov 13, 2024
Merged

add clip score tracking #1146

merged 4 commits into from
Nov 13, 2024

Conversation

bghira
Copy link
Owner

@bghira bghira commented Nov 12, 2024

No description provided.

@bghira
Copy link
Owner Author

bghira commented Nov 12, 2024

image

adds new keys to wandb log tracker:

        result = {
            "clip/min": min(self.eval_scores.values()),
            "clip/max": max(self.eval_scores.values()),
            "clip/mean": np.mean(list(self.eval_scores.values())),
            "clip/std": np.std(list(self.eval_scores.values())),
        }

@bghira
Copy link
Owner Author

bghira commented Nov 12, 2024

image

@bghira bghira merged commit c9f8025 into main Nov 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant