NVIDIA / vid2vid

Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
Other
8.57k stars 1.2k forks source link

Error #165

Open BeahIF opened 3 years ago

BeahIF commented 3 years ago

Someone knows something about this message: File "/content/f7b7c7758a46da49f84bc68b47997d69/vid2vid/models/base_model.py", line 148, in get_edges edge[:,:,:,:,1:] = edge[:,:,:,:,1:] | (t[:,:,:,:,1:] != t[:,:,:,:,:-1]) RuntimeError: Expected object of scalar type Byte but got scalar type Bool for argument #2 'other' in call to _th_or ?

jinyucn commented 2 years ago

hello, I meet the same problem as you. Do you know how to solve it?