Skip to content

Commit 17ee714

Browse files
committed
Update whitening and coloring transform
1 parent 8bd4f8a commit 17ee714

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wct.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ def covsqrt_mean(feature, inverse=False, tolerance=1e-14):
2727
evects[i][:, k:].t())).unsqueeze(0))
2828
covsqrt = torch.cat(covsqrt, dim=0)
2929

30-
u, s, v = torch.svd(cov)
31-
3230
return covsqrt, mean
3331

3432

0 commit comments

Comments
 (0)