Vijeta Deshpande

vijetadeshpande
·

AI & ML interests

NLP, Healthcare

Recent Activity

Organizations

Text Machine Lab's profile picture

vijetadeshpande's activity

view reply

I am confused about the whitening function.

Shouldn't it be as follows?

whitened = (values - mean) / torch.rsqrt(var + 1e-8)

But the function here has,

whitened = (values - mean) * torch.rsqrt(var + 1e-8)
New activity in ChristophSchuhmann/essays-with-instructions 6 months ago

Citation?

#3 opened 6 months ago by
vijetadeshpande