Closed Egkang-Luis closed 2 years ago
After changing pytorch version, issue was solved
After changing pytorch version, issue was solved
Hi, could you tell me what pytorch/torchvision version you change to? I met the same error. Thanks!
I change to torch1.1&torchvision 0.3.0, and the following error occured:
RuntimeError: object has no attribute concat: @torch.jit.script def batch_bilateral_slice(grid, guide): res = [] for i in range(grid.shape[0]): res.append(_bilateral_slice(grid[i], guide[i]).unsqueeze(0)) return torch.concat(res, 0)
After changing pytorch version, issue was solved
Hi, could you tell me what pytorch/torchvision version you change to? I met the same error. Thanks!
Have you solved this problem? I have encountered the same problem.
I'm trying to run hdrnet-python code after cloning this git.
I used python 3.8.13 and pytorch 1.10.2 and torchvision 0.11.3
But when I run train.py, I got runtime error code as below.
Could you let me know how to solve and run train.py?
aten::meshgrid(Tensor[] tensors) -> (Tensor[]): Keyword argument indexing unknown. : File "/home/eunggukang/hdrnet_pytorch/hdrnet-pytorch/slice.py", line 65 """ dev = grid.device ii, jj = torch.meshgrid(