Skip to content

Commit

Permalink
Merge pull request #132 from microsoft/sordonia-patch-1
Browse files Browse the repository at this point in the history
Update library_transforms.py
  • Loading branch information
sordonia authored Nov 10, 2024
2 parents a345c32 + 0e88a33 commit bcffc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mttl/models/library/library_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ def _low_rank_svd(self, A, B):

diff_AB = (U_W.T @ U_A).abs().diag()
if diff_AB[0] < 0.9:
logger.warning("The first singular vector of U_A and U_AB are not aligned")
logger.debug("The first singular vector of U_A and U_AB are not aligned")

return U_W, Sigma_C, V_W_T

Expand Down

0 comments on commit bcffc15

Please sign in to comment.