Skip to content

random rotate in predict#1749

Open
misko wants to merge 2 commits intomainfrom
random_rotation_in_predict
Open

random rotate in predict#1749
misko wants to merge 2 commits intomainfrom
random_rotation_in_predict

Conversation

@misko
Copy link
Contributor

@misko misko commented Feb 3, 2026

No description provided.

@meta-cla meta-cla bot added the cla signed label Feb 3, 2026
@misko misko added enhancement New feature or request minor Minor version release labels Feb 3, 2026
# Apply rotation augmentation to avoid Wigner singularities from y-aligned edges
rotation_matrix = None
if self.inference_settings.rotation_seed is not None:
rotation_matrix = _generate_rotation_matrix(
Copy link
Contributor

@rayg1234 rayg1234 Feb 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we generate the rot mat once when the predict unit is initialized if its static?

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

Labels

cla signed enhancement New feature or request minor Minor version release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants