Hyun Jae Bae

Results 4 comments of Hyun Jae Bae

> > I meet the same problem, Do you solve it ? > > add "import torch.cuda.comm" in file lib/core/integral_loss.py I add "import torch.cuda.comm" But, It didn't working in file...

In file lib/core/integral_loss.py Chage below parts and then it will be working ``` accu_x = accu_x * torch.cuda.comm.broadcast(torch.arange(float(x_dim)), devices=[accu_x.device.index])[0] accu_y = accu_y * torch.cuda.comm.broadcast(torch.arange(float(y_dim)), devices=[accu_y.device.index])[0] accu_z = accu_z * torch.cuda.comm.broadcast(torch.arange(float(z_dim)),...

Me too, @crowdin001 did you solve it ?

@crowdin001 "Hyun Jae Bae" [email protected] I would appreciate it if you send me an email. Thank you 👍