https://discuss.pytorch.org/t/model-eval-vs-with-torch-no-grad/19615
'model.eval()' vs 'with torch.no_grad()'
When i test my model, do I have to use model.eval() even though I am using 'with torch.no_grad() ?
discuss.pytorch.org