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
The parameter unbiased from torch.std should be set to False, since the default is True. The expected behavior of this is without the Bessel's correction.
Hi,
We've recently found a minor bug in ALTI's code. It's in this line:
stopes/stopes/eval/alti/wrappers/transformer_wrapper.py
Line 474 in 0c6535a
The parameter
unbiased
fromtorch.std
should be set toFalse
, since the default isTrue
. The expected behavior of this is without the Bessel's correction.Relevant discussion related with this: pytorch/pytorch#50010
The text was updated successfully, but these errors were encountered: