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
Since computing np.std and np.var requires calculating the mean, a std_mean and std_var would be useful for providing both statistics at the same time, similar to the PyTorch feature: pytorch/pytorch#4993.