Skip to content

error in mean calculation and the use eigh instead of eig - #6

Open
aradgast wants to merge 1 commit into
mainfrom
minor_bug_fix
Open

error in mean calculation and the use eigh instead of eig#6
aradgast wants to merge 1 commit into
mainfrom
minor_bug_fix

Conversation

@aradgast

@aradgast aradgast commented Dec 2, 2024

Copy link
Copy Markdown
Collaborator

first issue is regarding mean calculation when creating the autocorrelation features. The mean that is taking into account is over all sensors, instead of all snapshots for each one of the sensors.

second issue is due to torch implementation of evd - when delaing with propogate gradients over EVD, it can be ill defined for non hermetian matrices due to phase ambugity of the eigenvectors, but using eigh solve this issue over the HWs tested.

@aradgast
aradgast requested a review from shmueldo January 23, 2025 13:25
@aradgast
aradgast marked this pull request as ready for review January 25, 2025 14:51
@ShlezingerLab ShlezingerLab deleted a comment from jennsonn Jul 5, 2025
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