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 base AnomalyEvaluator class #850

Closed
wants to merge 1 commit into from

Conversation

diego-urgell
Copy link
Contributor

Summary:

This Stack

Based on this RFC, we are adding a new logger that warns about anomalous values in metrics, and optionally executes a callback function with potential side effects. This could be useful for users to realize sooner that something has gone wrong during training.

This Diff

To provide flexibility when detecting anomalous metric values, instead of assuming and hardcoding a predefined check (like a threshold), let's create an interface that can be overriden to implement custom checks.

Reviewed By: JKSenthil

Differential Revision: D58564201

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58564201

diego-urgell added a commit to diego-urgell/tnt that referenced this pull request Jun 25, 2024
Summary:

### This Stack

Based on [this RFC](https://docs.google.com/document/d/1K1KQ886dynMRejR0ySH1fctOjS7gxaCS8AB1L_PHxU4/edit?usp=sharing), we are adding a new logger that warns about anomalous values in metrics, and optionally executes a callback function with potential side effects. This could be useful for users to realize sooner that something has gone wrong during training.

### This Diff

To provide flexibility when detecting anomalous metric values, instead of assuming and hardcoding a predefined check (like a threshold), let's create an interface that can be overriden to implement custom checks.

Reviewed By: JKSenthil

Differential Revision: D58564201
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58564201

Summary:

### This Stack

Based on [this RFC](https://docs.google.com/document/d/1K1KQ886dynMRejR0ySH1fctOjS7gxaCS8AB1L_PHxU4/edit?usp=sharing), we are adding a new logger that warns about anomalous values in metrics, and optionally executes a callback function with potential side effects. This could be useful for users to realize sooner that something has gone wrong during training.

### This Diff

To provide flexibility when detecting anomalous metric values, instead of assuming and hardcoding a predefined check (like a threshold), let's create an interface that can be overriden to implement custom checks.

Reviewed By: JKSenthil

Differential Revision: D58564201
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58564201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants