pytorch-noise2void icon indicating copy to clipboard operation
pytorch-noise2void copied to clipboard

Noise and Data could not be broadcast together

Open farazahmeds opened this issue 3 years ago • 0 comments

I am getting the following error:

  File "/home/faraz/PycharmProjects/noise2void/pytorch-noise2void/dataset.py", line 80, in __getitem__
    label = data + self.noise[index]
ValueError: operands could not be broadcast together with shapes (840,859,4) (321,481,3) 

Is this the channel issue?

Thanks

farazahmeds avatar Apr 07 '22 15:04 farazahmeds