Hi, I am really interested in your paper and it's a great work. But when I try to reproduce the result on cityscapes dataset using Multiple Gpus, I meet a bug:
And I looked up this error online and found that it was caused by an array crossing the bounds, I checked the code and found the code below in loss_helper.py may cause this issue:
But I have no idea how to fix it , I will appreciate it if you give me some advice, thank you.
Hi, I am really interested in your paper and it's a great work. But when I try to reproduce the result on cityscapes dataset using Multiple Gpus, I meet a bug:
And I looked up this error online and found that it was caused by an array crossing the bounds, I checked the code and found the code below in loss_helper.py may cause this issue:
But I have no idea how to fix it , I will appreciate it if you give me some advice, thank you.