зеркало из https://github.com/microsoft/MMdnn.git
fix numpy array ambiguous bool value
This commit is contained in:
Родитель
b11412432e
Коммит
1e631c8ac9
|
@ -762,7 +762,7 @@ class TestModels(CorrectnessTest):
|
|||
return False
|
||||
|
||||
if target_framework == 'Onnx':
|
||||
if not converted_prediction:
|
||||
if converted_prediction is None:
|
||||
return False
|
||||
|
||||
return True
|
||||
|
|
Загрузка…
Ссылка в новой задаче