Skip to content
Snippets Groups Projects
Commit b11f3cc0 authored by auphelia's avatar auphelia
Browse files

[Exec} Rename multi_thresholding.py to MultiThreshold.py to match op_type name

parent 39764a98
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ def execute_node(node, context, graph):
input_dict = dict()
for inp in node.input:
input_dict[inp] = context[inp]
print(node.hjl)
sess = rt.InferenceSession(node_model.SerializeToString())
output_list = sess.run(None, input_dict)
for output_ind in range(len(node.output)):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment