Pytorch's AveragedModel handles buffer properly after https://github.com/pytorch/pytorch/pull/71763. This can be used now instead of having a custom update_parameters() [here](https://github.com/pytorch/vision/blob/c8e3b2a5925e7b7ed21662e86a7e9553170a5633/references/classification/utils.py#L175-L184). cc @datumbox