Thomas Tschinkel

Results 1 issues of Thomas Tschinkel

Replaced the `torch.no_grad()` context manager with the `torch.inference_mode()` context manager in the test function. Why? `torch.inference_mode()` is more efficient as it reduces memory usage, inference speed and it disabled autograd...

cla signed