Closed huangbingyang2020 closed 2 years ago
when update statistics in FDS, do we need to calculate the mean and variance of all sample in each bin after every epoch finishes? do we need to update the sum of z and z^2 after each mini-batch?
See https://github.com/YyzHarry/imbalanced-regression/blob/main/agedb-dir/train.py#L269-L281
when update statistics in FDS, do we need to calculate the mean and variance of all sample in each bin after every epoch finishes? do we need to update the sum of z and z^2 after each mini-batch?