JianKF

Results 2 comments of JianKF

I have the same problem with PyTorch 1.10. It seems like version issue, because higher version of PyTorch no longer supports in-place modification on tensor. I haven't found a solution.

Hi, I have solved this problem. Higher version of PyTorch doesn't support in-place operation on Tensor, which means all the relu function should be set to inplace=False, and operation like...