William Talmadge

Results 1 issues of William Talmadge

Python 3.12.2 ipython 8.22.2 torch 2.2.1 I have a reproduction that is 100% reliable below. Create a script with the following contents named `test_module.py`: ``` import torch class CustomTorchFunc(torch.autograd.Function): @staticmethod...