no message

This commit is contained in:
jh 2021-03-12 18:32:49 -08:00
commit 39601603ef

View file

@ -22,7 +22,7 @@ class MsSsim(nn.LayerBase):
def assign_device(op):
if op.type != 'Assert':
if op.type != 'Assert' or op.type != 'ListDiff':
return '/gpu:0'
else:
return '/cpu:0'