Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding central moments to standardization warning (pytorch#1914)
Summary: Pull Request resolved: pytorch#1914 This commit adds the mean and std of the outcome data to the standardization warning. Reason: I got a standardization warning even though I passed a `Standardize` transform, which turned out to be caused by an upstream data processing bug that made the output data constant (std = 0). Understanding and resolving this would have been quicker if the warning would have given me the first two central moments right away. Reviewed By: sdaulton, Balandat Differential Revision: D47190582 fbshipit-source-id: e1f07f3e79812c4ab999d1ed9d0423a3ff32ba22
- Loading branch information