You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract frechet_mean into functional API and rename LieBN.py to liebn.py
Add frechet_mean() to spd_learn.functional.batchnorm, unifying the
duplicated Karcher flow logic from SPDBatchNormMean, SPDBatchNormMeanVar,
SPDBatchNormLie, and the SPDIM tutorial into a single reusable function.
Rename LieBN.py to liebn.py for snake_case consistency with all other
module files, and rename karcher_steps to n_iter in SPDBatchNormLie to
match the other batchnorm modules.
0 commit comments