Open beausievers opened 6 years ago
Hi, by any chance, did you find a solution to this problem? I am having the same issue. Thank you in advance.
I worked around this issue by adding very low amplitude Gaussian noise to the invariant features before calculating the hyperalignment maps. Seems to work just fine.
Thank you very much. I will give that a try. Best regards.
Fwiw, please use mvpa2.seed in your script to make results reproducible
Thank you all. It worked fine. All the best.
Hi, I'm encountering the same issue and was wondering if you added the low amplitude Gaussian noise to the invariant features before or after zscoring? Many thanks in advance!
I have a dataset where one of the subjects is completely missing variance in data in one of the searchlights. That leads SearchlightHyperalignment to fail in ProcrusteanMapper
but if I remove invariant features in the datasets, that leads them to have different # of features, and then it fails during forward mapping.