LIVIAETS/SizeLoss_WSS

Lossy conversion from int64 to uint8. Range [0, 1].

AManHasNoName12138 opened this issue · 1 comments

Hi, thanks for your code. When I ran make -f zenodo_spine.make , I got a warning Lossy conversion from int64 to uint8. Range [0, 1]. Convert image to uint8 prior to saving to suppress this warning. . Is there something wrong I did?

Hi,

I don't think you have done anything wrong, but rather that this codebase is due for an update (2 years old), as the latest pytorch versions have introduced some backward incompatible changes.

(I think I had a similar error one year or so ago.)

I'll update all that and come back at you, it should not take that long