Skip to content

Conversation

Juntian777
Copy link
Contributor

Summary: This PR introduces the SNR (Signal-to-Noise Ratio) comparator class, which extends the numerical comparison framework to evaluate model accuracy by comparing the SNR between two inputs. The comparator calculates the signal power and noise power from the two inputs, then computes the SNR using the formula SNR = 10 * log10(original_power / error_power).

Differential Revision: D77159515

Summary: This PR introduces the SNR (Signal-to-Noise Ratio) comparator class, which extends the numerical comparison framework to evaluate model accuracy by comparing the SNR between two inputs. The comparator calculates the signal power and noise power from the two inputs, then computes the SNR using the formula SNR = 10 * log10(original_power / error_power).

Differential Revision: D77159515
@Juntian777 Juntian777 requested a review from Gasoonjia as a code owner June 23, 2025 21:20
Copy link

pytorch-bot bot commented Jun 23, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11859

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 6616c6f with merge base 7f2fcb0 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Jun 23, 2025
@facebook-github-bot
Copy link
Contributor

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

@Gasoonjia
Copy link
Contributor

@pytorchbot label "release notes: none"

@pytorch-bot pytorch-bot bot added the release notes: none Do not include this in the release notes label Jun 23, 2025
@facebook-github-bot facebook-github-bot merged commit b8a19ed into pytorch:main Jun 24, 2025
97 of 101 checks passed
hinriksnaer pushed a commit to hinriksnaer/executorch that referenced this pull request Jun 26, 2025
Differential Revision: D77159515

Pull Request resolved: pytorch#11859
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported release notes: none Do not include this in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants