TypeError: 'module' object is not callable · Issue #723 ...
github.com › kymatio › kymatiotorch.fft was depreciated in this version of torch: pytorch/pytorch#42175 Annoyingly, when you try to use new versions of these functions like this: fft = FFT(lambda x: torch.fft.fft(x, 2, norm='backward'), lambda x: torch.fft.ifft(x, 2, norm='backward'), lambda x: torch.fft.irfft(x, 2, norm='backward', onesided=False), type_checks)