A PyTorch inference script produces different outputs on every run.The model weights are loaded from the same file and the input tensor never changes.This only happens after moving from training to deployment.There are no errors or warnings.
Home/pytorch