Closed vzinche closed 4 years ago
If torch.from_numpy is applied directly after RandomFlip3D it might complain that the negative strides are not supported. That is why we have to return a copy, not a view
If torch.from_numpy is applied directly after RandomFlip3D it might complain that the negative strides are not supported. That is why we have to return a copy, not a view