forked from mindspore-Ecosystem/mindspore
【修改说明】根据检视意见修改
【模型】ResNet18 【验证结果】昇腾910、310芯片验证通过 【修改人】yumingchuan 【评审人】chenshushu
This commit is contained in:
parent
ffdb04f1d0
commit
961673ffe2
|
@ -59,7 +59,6 @@ def run():
|
|||
with open(file_path, 'rb') as f:
|
||||
data_input.data = f.read()
|
||||
|
||||
empty_data = []
|
||||
stream_name = b'im_resnet18'
|
||||
in_plugin_id = 0
|
||||
unique_id = stream_manager_api.SendData(stream_name, in_plugin_id,
|
||||
|
|
Loading…
Reference in New Issue