You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: