When using the predict command, results should be un-standardized [UX]
Input parameters are standardized and mean-centered to improve the learning performance. Returning standardized prediction is not very useful.
We should un-standardized them by default (and propose a parameter to keep it this way if needed).
mean and std are stored in the .pth file so it should be somehow straightforward to fixe.