python bug: TypeError: ‘bool‘ object is not iterable

'bool' object is not iterable

需要在 bool 放到列表里

sum([ts[i] != rs[i]])

你可能感兴趣的:(pytorch,bug,python)