Skip to content

Read the mean and std parameters from the model file when we resume training

The mean and std parameters are computed at the start of a training, but also each time we want to resume training (following an error or to add more epochs). There's no need to recalculate them, as they're already saved at the start of the training, especially as it takes a long time to calculate them on a large amount of data.