Torchscript - saving and loading modules makes different outputs than scripting it directly

Scripting a model tries to optimize the model e.g. by fusing different operations which would then create the expected small numerical errors caused by the limited floating point precision.