RobinYuan
Results
2
comments of
RobinYuan
(import stat 的前提下)用 stat.filemode() 试一下
Thanks for the solution @MaloShady . But I have a question. In dct1(): return torch.rfft(torch.cat([x, x.flip([1])[:, 1:-1]], dim=1), 1)[:, :, 0].view(*x_shape). I think new torch use fft to replace rfft,...