microsoft / onnxruntime

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
https://onnxruntime.ai
MIT License
14.4k stars 2.89k forks source link

[Performance] #16817

Open DeepFace-user opened 1 year ago

DeepFace-user commented 1 year ago

Describe the issue

onnxruntime-gpu only in the case of window cuda, why not Mac m1, not support, only install onnxruntime, onnx model rendering performance is very slow, very slow; Can't understand, is Mac m1 currently not supported?

To reproduce

Reasoning is slow, slow to death

Urgency

No response

Platform

Mac

OS Version

13.4.1

ONNX Runtime Installation

Built from Source

ONNX Runtime Version or Commit ID

onnxruntime-1.15.1

ONNX Runtime API

Python

Architecture

ARM64

Execution Provider

CoreML

Execution Provider Library Version

No response

Model File

No response

Is this a quantized model?

Yes

skottmckay commented 1 year ago

onnxruntime-gpu is really onnxruntime-cuda.

The CoreML execution provider is the best option but depends on the model as to which operators can use CoreML. Are you able to share the model?

Alternatively if you set log severity to verbose and look for 'Node placements' in the output you can see how many nodes are able to run on CoreML. If ORT has to switch between the CPU execution provider and CoreML execution provider that will have a significant performance penalty.

DeepFace-user commented 1 year ago

@skottmckay
I don't know if this log is what you need to see, I set the log to log_severity_level = 0;

2023-07-23 10:24:38.325543 [I:onnxruntime:, inference_session.cc:271 operator()] Flush-to-zero and denormal-as-zero are off 2023-07-23 10:24:38.325553 [I:onnxruntime:, inference_session.cc:279 ConstructorCommon] Creating and using per session threadpools since use_per_sessionthreads is true 2023-07-23 10:24:38.325559 [I:onnxruntime:, inference_session.cc:297 ConstructorCommon] Dynamic block base set to 0 2023-07-23 10:24:38.389447 [I:onnxruntime:, inference_session.cc:1332 Initialize] Initializing session. 2023-07-23 10:24:38.390763 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.391341 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.391481 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.392005 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.392086 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.392587 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.392732 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.393442 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.393539 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.394077 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.394174 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.394670 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.394749 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.395394 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.395520 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.396190 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.396272 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.396757 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.396833 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.397402 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.400064 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400088 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400099 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400110 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400119 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400128 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400137 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400146 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400154 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400163 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400171 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400180 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400188 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400197 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400206 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400214 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400225 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400234 [V:onnxruntime:, selector_action_transformer.cc:130 MatchAndProcess] Matched Conv 2023-07-23 10:24:38.400798 [V:onnxruntime:, session_state.cc:1149 VerifyEachNodeIsAssignedToAnEp] Node placements 2023-07-23 10:24:38.400805 [V:onnxruntime:, session_state.cc:1152 VerifyEachNodeIsAssignedToAnEp] All nodes placed on [CPUExecutionProvider]. Number of nodes: 69 2023-07-23 10:24:38.400897 [V:onnxruntime:, session_state.cc:133 CreateGraphInfo] SaveMLValueNameIndexMapping 2023-07-23 10:24:38.400929 [V:onnxruntime:, session_state.cc:179 CreateGraphInfo] Done saving OrtValue mappings. 2023-07-23 10:24:38.520960 [I:onnxruntime:, allocation_planner.cc:2376 CreateGraphPartitioner] Use DeviceBasedPartition as default 2023-07-23 10:24:38.521345 [I:onnxruntime:, session_state_utils.cc:201 SaveInitializedTensors] Saving initialized tensors. 2023-07-23 10:24:38.521976 [I:onnxruntime:, session_state_utils.cc:344 SaveInitializedTensors] Done saving initialized tensors 2023-07-23 10:24:38.522158 [I:onnxruntime:, inference_session.cc:1633 Initialize] Session successfully initialized. 2023-07-23 10:24:38.866817 [I:onnxruntime:, inference_session.cc:1332 Initialize] Initializing session. 2023-07-23 10:24:38.868199 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 1 2023-07-23 10:24:38.869398 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.869690 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.870897 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.871156 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.872371 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.872553 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.873650 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.873822 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.875016 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.875186 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.876292 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.876519 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.877672 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.877852 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.878930 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.879099 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.880296 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.880490 [I:onnxruntime:, constant_sharing.cc:257 ApplyImpl] Total shared scalar initializer count: 0 2023-07-23 10:24:38.881707 [I:onnxruntime:, reshape_fusion.cc:53 ApplyImpl] Total fused reshape node count: 0 2023-07-23 10:24:38.887629 [V:onnxruntime:, session_state.cc:1149 VerifyEachNodeIsAssignedToAnEp] Node placements 2023-07-23 10:24:38.887637 [V:onnxruntime:, session_state.cc:1152 VerifyEachNodeIsAssignedToAnEp] All nodes placed on [CPUExecutionProvider]. Number of nodes: 152 2023-07-23 10:24:38.887819 [V:onnxruntime:, session_state.cc:133 CreateGraphInfo] SaveMLValueNameIndexMapping 2023-07-23 10:24:38.887872 [V:onnxruntime:, session_state.cc:179 CreateGraphInfo] Done saving OrtValue mappings. 2023-07-23 10:24:38.887887 [I:onnxruntime:, allocation_planner.cc:2376 CreateGraphPartitioner] Use DeviceBasedPartition as default 2023-07-23 10:24:38.890890 [I:onnxruntime:, session_state_utils.cc:201 SaveInitializedTensors] Saving initialized tensors. 2023-07-23 10:24:38.895974 [I:onnxruntime:, session_state_utils.cc:344 SaveInitializedTensors] Done saving initialized tensors 2023-07-23 10:24:38.896176 [I:onnxruntime:, inference_session.cc:1633 Initialize] Session successfully initialized. 2023-07-23 10:24:39.886775 [V:onnxruntime:, sequential_executor.cc:534 ExecuteThePlan] Number of streams: 1 2023-07-23 10:24:39.886832 [V:onnxruntime:, sequential_executor.cc:184 SessionScope] Begin execution 2023-07-23 10:24:39.892730 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 0 2023-07-23 10:24:39.894161 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 3 released 2023-07-23 10:24:39.894172 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 213 2023-07-23 10:24:39.895742 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 3 2023-07-23 10:24:39.896600 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 7 released 2023-07-23 10:24:39.896605 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 214 2023-07-23 10:24:39.898679 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 8 released 2023-07-23 10:24:39.898684 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 6 2023-07-23 10:24:39.898815 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 11 released 2023-07-23 10:24:39.898820 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 215 2023-07-23 10:24:39.898945 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 4 released 2023-07-23 10:24:39.898949 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 9 2023-07-23 10:24:39.899412 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 12 released 2023-07-23 10:24:39.899432 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 13 released 2023-07-23 10:24:39.899439 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 10 2023-07-23 10:24:39.900146 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 14 released 2023-07-23 10:24:39.900158 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 11 2023-07-23 10:24:39.900294 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 17 released 2023-07-23 10:24:39.900299 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 216 2023-07-23 10:24:39.900861 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 24 2023-07-23 10:24:39.901391 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 34 released 2023-07-23 10:24:39.901397 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 217 2023-07-23 10:24:39.902011 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 18 released 2023-07-23 10:24:39.902019 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 14 2023-07-23 10:24:39.902932 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 21 released 2023-07-23 10:24:39.902939 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 218 2023-07-23 10:24:39.903341 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 17 2023-07-23 10:24:39.904625 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 25 released 2023-07-23 10:24:39.904641 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 219 2023-07-23 10:24:39.905857 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 26 released 2023-07-23 10:24:39.905862 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 20 2023-07-23 10:24:39.906032 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 29 released 2023-07-23 10:24:39.906036 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 220 2023-07-23 10:24:39.906102 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 22 released 2023-07-23 10:24:39.906107 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 30 released 2023-07-23 10:24:39.906110 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 23 2023-07-23 10:24:39.907581 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 31 released 2023-07-23 10:24:39.907591 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 35 released 2023-07-23 10:24:39.907595 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 27 2023-07-23 10:24:39.908614 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 36 released 2023-07-23 10:24:39.908645 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 28 2023-07-23 10:24:39.908952 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 39 released 2023-07-23 10:24:39.908960 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 221 2023-07-23 10:24:39.912445 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 40 released 2023-07-23 10:24:39.912450 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 31 2023-07-23 10:24:39.912622 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 43 released 2023-07-23 10:24:39.912662 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 222 2023-07-23 10:24:39.914485 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 58 2023-07-23 10:24:39.914584 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 78 released 2023-07-23 10:24:39.914589 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 223 2023-07-23 10:24:39.916684 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 44 released 2023-07-23 10:24:39.916688 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 34 2023-07-23 10:24:39.916768 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 47 released 2023-07-23 10:24:39.916772 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 224 2023-07-23 10:24:39.917284 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 37 2023-07-23 10:24:39.917525 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 51 released 2023-07-23 10:24:39.918847 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 225 2023-07-23 10:24:39.920234 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 52 released 2023-07-23 10:24:39.920241 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 40 2023-07-23 10:24:39.920318 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 55 released 2023-07-23 10:24:39.920322 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 226 2023-07-23 10:24:39.922773 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 48 released 2023-07-23 10:24:39.922781 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 56 released 2023-07-23 10:24:39.922785 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 43 2023-07-23 10:24:39.923227 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 44 2023-07-23 10:24:39.923301 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 60 released 2023-07-23 10:24:39.923306 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 227 2023-07-23 10:24:39.924944 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 61 released 2023-07-23 10:24:39.924974 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 47 2023-07-23 10:24:39.925111 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 64 released 2023-07-23 10:24:39.925125 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 228 2023-07-23 10:24:39.925177 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 57 released 2023-07-23 10:24:39.925185 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 65 released 2023-07-23 10:24:39.925191 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 50 2023-07-23 10:24:39.925859 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 51 2023-07-23 10:24:39.927009 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 69 released 2023-07-23 10:24:39.927026 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 229 2023-07-23 10:24:39.930579 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 70 released 2023-07-23 10:24:39.930587 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 54 2023-07-23 10:24:39.930813 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 73 released 2023-07-23 10:24:39.930818 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 230 2023-07-23 10:24:39.930869 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 66 released 2023-07-23 10:24:39.930873 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 74 released 2023-07-23 10:24:39.930877 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 57 2023-07-23 10:24:39.930926 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 75 released 2023-07-23 10:24:39.930931 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 79 released 2023-07-23 10:24:39.932720 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 61 2023-07-23 10:24:39.933993 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 80 released 2023-07-23 10:24:39.934002 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 62 2023-07-23 10:24:39.934815 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 83 released 2023-07-23 10:24:39.934825 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 231 2023-07-23 10:24:39.937827 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 65 2023-07-23 10:24:39.937927 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 87 released 2023-07-23 10:24:39.937952 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 232 2023-07-23 10:24:39.938536 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 92 2023-07-23 10:24:39.938597 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 122 released 2023-07-23 10:24:39.938607 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 233 2023-07-23 10:24:39.938996 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 88 released 2023-07-23 10:24:39.939002 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 68 2023-07-23 10:24:39.939046 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 91 released 2023-07-23 10:24:39.943105 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 234 2023-07-23 10:24:39.943301 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 71 2023-07-23 10:24:39.943422 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 95 released 2023-07-23 10:24:39.943429 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 235 2023-07-23 10:24:39.948651 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 96 released 2023-07-23 10:24:39.948659 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 74 2023-07-23 10:24:39.948705 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 99 released 2023-07-23 10:24:39.948709 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 236 2023-07-23 10:24:39.948742 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 92 released 2023-07-23 10:24:39.948746 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 100 released 2023-07-23 10:24:39.948750 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 77 2023-07-23 10:24:39.949092 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 78 2023-07-23 10:24:39.949137 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 104 released 2023-07-23 10:24:39.950525 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 237 2023-07-23 10:24:39.952812 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 105 released 2023-07-23 10:24:39.952822 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 81 2023-07-23 10:24:39.953337 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 108 released 2023-07-23 10:24:39.953343 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 238 2023-07-23 10:24:39.953372 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 101 released 2023-07-23 10:24:39.953376 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 109 released 2023-07-23 10:24:39.953380 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 84 2023-07-23 10:24:39.953576 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 85 2023-07-23 10:24:39.959111 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 113 released 2023-07-23 10:24:39.959120 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 239 2023-07-23 10:24:39.960760 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 114 released 2023-07-23 10:24:39.960767 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 88 2023-07-23 10:24:39.960887 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 117 released 2023-07-23 10:24:39.960891 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 240 2023-07-23 10:24:39.960926 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 110 released 2023-07-23 10:24:39.960931 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 118 released 2023-07-23 10:24:39.960990 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 91 2023-07-23 10:24:39.961489 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 119 released 2023-07-23 10:24:39.961508 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 123 released 2023-07-23 10:24:39.961515 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 95 2023-07-23 10:24:39.964805 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 124 released 2023-07-23 10:24:39.964814 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 96 2023-07-23 10:24:39.964901 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 127 released 2023-07-23 10:24:39.964906 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 241 2023-07-23 10:24:39.975717 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 99 2023-07-23 10:24:39.975781 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 131 released 2023-07-23 10:24:39.975787 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 242 2023-07-23 10:24:39.976554 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 132 released 2023-07-23 10:24:39.976564 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 102 2023-07-23 10:24:39.976602 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 135 released 2023-07-23 10:24:39.976607 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 243 2023-07-23 10:24:39.976647 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 107 2023-07-23 10:24:39.976679 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 106 2023-07-23 10:24:39.976703 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 105 2023-07-23 10:24:39.976828 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 136 released 2023-07-23 10:24:39.976834 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 137 released 2023-07-23 10:24:39.976838 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 138 released 2023-07-23 10:24:39.976842 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 139 released 2023-07-23 10:24:39.976845 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 108 2023-07-23 10:24:39.978202 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 140 released 2023-07-23 10:24:39.978208 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 109 2023-07-23 10:24:39.978253 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 143 released 2023-07-23 10:24:39.978284 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 244 2023-07-23 10:24:39.978601 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 112 2023-07-23 10:24:39.978636 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 147 released 2023-07-23 10:24:39.978640 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 246 2023-07-23 10:24:39.978937 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 148 released 2023-07-23 10:24:39.978964 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 115 2023-07-23 10:24:39.979015 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 151 released 2023-07-23 10:24:39.979023 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 247 2023-07-23 10:24:39.980929 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 152 released 2023-07-23 10:24:39.980952 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 118 2023-07-23 10:24:39.980997 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 155 released 2023-07-23 10:24:39.981005 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 248 2023-07-23 10:24:39.981482 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 144 released 2023-07-23 10:24:39.981491 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 121 2023-07-23 10:24:39.981525 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 158 released 2023-07-23 10:24:39.981532 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 245 2023-07-23 10:24:39.981573 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 159 released 2023-07-23 10:24:39.985556 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 160 released 2023-07-23 10:24:39.985562 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 124 2023-07-23 10:24:39.986220 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 161 released 2023-07-23 10:24:39.986227 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 125 2023-07-23 10:24:39.986542 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 164 released 2023-07-23 10:24:39.986547 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 249 2023-07-23 10:24:39.986985 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 165 released 2023-07-23 10:24:39.987011 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 128 2023-07-23 10:24:39.987227 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 168 released 2023-07-23 10:24:39.987236 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 250 2023-07-23 10:24:39.987315 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 131 2023-07-23 10:24:39.987373 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 128 released 2023-07-23 10:24:39.987378 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 172 released 2023-07-23 10:24:39.987503 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 132 2023-07-23 10:24:39.988370 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 133 2023-07-23 10:24:39.988457 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 176 released 2023-07-23 10:24:39.988470 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 252 2023-07-23 10:24:39.988642 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 177 released 2023-07-23 10:24:39.988655 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 136 2023-07-23 10:24:39.988793 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 180 released 2023-07-23 10:24:39.988806 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 253 2023-07-23 10:24:39.990428 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 181 released 2023-07-23 10:24:39.990447 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 139 2023-07-23 10:24:39.990509 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 184 released 2023-07-23 10:24:39.990521 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 254 2023-07-23 10:24:39.991650 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 173 released 2023-07-23 10:24:39.991663 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 142 2023-07-23 10:24:39.991765 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 187 released 2023-07-23 10:24:39.991776 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 251 2023-07-23 10:24:39.991821 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 188 released 2023-07-23 10:24:39.991832 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 189 released 2023-07-23 10:24:39.991838 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 145 2023-07-23 10:24:39.992312 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 190 released 2023-07-23 10:24:39.992325 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 146 2023-07-23 10:24:39.992398 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 193 released 2023-07-23 10:24:39.992409 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 255 2023-07-23 10:24:39.992827 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 194 released 2023-07-23 10:24:39.992838 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 149 2023-07-23 10:24:39.992936 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 197 released 2023-07-23 10:24:39.992944 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 256 2023-07-23 10:24:39.993033 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 152 2023-07-23 10:24:39.993143 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 84 released 2023-07-23 10:24:39.993148 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 200 released 2023-07-23 10:24:39.993152 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 153 2023-07-23 10:24:39.993918 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 154 2023-07-23 10:24:39.994056 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 204 released 2023-07-23 10:24:39.994068 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 258 2023-07-23 10:24:39.994396 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 205 released 2023-07-23 10:24:39.994410 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 157 2023-07-23 10:24:39.994684 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 208 released 2023-07-23 10:24:39.994696 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 259 2023-07-23 10:24:39.998349 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 209 released 2023-07-23 10:24:39.998376 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 160 2023-07-23 10:24:39.998483 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 212 released 2023-07-23 10:24:39.998495 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 260 2023-07-23 10:24:39.999485 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 201 released 2023-07-23 10:24:39.999492 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 163 2023-07-23 10:24:39.999600 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 215 released 2023-07-23 10:24:39.999607 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 257 2023-07-23 10:24:39.999877 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 216 released 2023-07-23 10:24:39.999884 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 217 released 2023-07-23 10:24:39.999888 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 166 2023-07-23 10:24:40.000984 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 218 released 2023-07-23 10:24:40.000992 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 167 2023-07-23 10:24:40.001127 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 221 released 2023-07-23 10:24:40.001135 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 261 2023-07-23 10:24:40.002685 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 170 2023-07-23 10:24:40.002738 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 225 released 2023-07-23 10:24:40.002744 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 262 2023-07-23 10:24:40.002783 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 198 released 2023-07-23 10:24:40.002788 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 226 released 2023-07-23 10:24:40.002793 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 173 2023-07-23 10:24:40.003114 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 174 2023-07-23 10:24:40.003163 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 230 released 2023-07-23 10:24:40.003170 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 264 2023-07-23 10:24:40.003302 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 231 released 2023-07-23 10:24:40.003309 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 177 2023-07-23 10:24:40.003356 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 234 released 2023-07-23 10:24:40.003363 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 265 2023-07-23 10:24:40.004390 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 235 released 2023-07-23 10:24:40.004398 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 180 2023-07-23 10:24:40.004478 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 238 released 2023-07-23 10:24:40.004485 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 266 2023-07-23 10:24:40.004748 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 227 released 2023-07-23 10:24:40.004755 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 183 2023-07-23 10:24:40.004803 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 241 released 2023-07-23 10:24:40.004810 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 263 2023-07-23 10:24:40.004846 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 242 released 2023-07-23 10:24:40.004854 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 243 released 2023-07-23 10:24:40.004858 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 186 2023-07-23 10:24:40.005792 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 244 released 2023-07-23 10:24:40.005799 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 187 2023-07-23 10:24:40.005974 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 247 released 2023-07-23 10:24:40.005982 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 267 2023-07-23 10:24:40.008807 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 190 2023-07-23 10:24:40.008862 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 251 released 2023-07-23 10:24:40.008871 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 268 2023-07-23 10:24:40.008895 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 169 released 2023-07-23 10:24:40.008900 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 252 released 2023-07-23 10:24:40.008904 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 193 2023-07-23 10:24:40.009266 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 194 2023-07-23 10:24:40.009301 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 256 released 2023-07-23 10:24:40.009308 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 270 2023-07-23 10:24:40.009551 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 257 released 2023-07-23 10:24:40.009558 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 197 2023-07-23 10:24:40.009593 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 260 released 2023-07-23 10:24:40.009600 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 271 2023-07-23 10:24:40.012240 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 261 released 2023-07-23 10:24:40.012271 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 200 2023-07-23 10:24:40.012326 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 264 released 2023-07-23 10:24:40.012340 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 272 2023-07-23 10:24:40.012704 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 253 released 2023-07-23 10:24:40.012718 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 203 2023-07-23 10:24:40.012759 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 267 released 2023-07-23 10:24:40.012771 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 269 2023-07-23 10:24:40.012807 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 268 released 2023-07-23 10:24:40.012819 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 269 released 2023-07-23 10:24:40.012825 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 206 2023-07-23 10:24:40.013927 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 270 released 2023-07-23 10:24:40.013939 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 207 2023-07-23 10:24:40.013989 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 273 released 2023-07-23 10:24:40.013996 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 273 2023-07-23 10:24:40.014099 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 280 released 2023-07-23 10:24:40.014108 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 212 2023-07-23 10:24:40.014655 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 248 released 2023-07-23 10:24:40.014665 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 211 2023-07-23 10:24:40.014962 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 222 released 2023-07-23 10:24:40.014974 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 210 2023-07-23 10:24:40.024449 [V:onnxruntime:, sequential_executor.cc:534 ExecuteThePlan] Number of streams: 1 2023-07-23 10:24:40.024473 [V:onnxruntime:, sequential_executor.cc:184 SessionScope] Begin execution 2023-07-23 10:24:40.024613 [V:onnxruntime:, sequential_executor.cc:534 ExecuteThePlan] Number of streams: 1 2023-07-23 10:24:40.024641 [V:onnxruntime:, sequential_executor.cc:184 SessionScope] Begin execution 2023-07-23 10:24:40.024818 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 0 2023-07-23 10:24:40.025471 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 1 released 2023-07-23 10:24:40.025508 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 1 2023-07-23 10:24:40.029709 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 2 2023-07-23 10:24:40.030407 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 3 2023-07-23 10:24:40.030578 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 87 2023-07-23 10:24:40.030668 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 6 2023-07-23 10:24:40.031259 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 7 2023-07-23 10:24:40.031350 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 10 released 2023-07-23 10:24:40.031356 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 88 2023-07-23 10:24:40.036689 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 4 released 2023-07-23 10:24:40.036697 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 10 2023-07-23 10:24:40.036967 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 13 2023-07-23 10:24:40.037937 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 6 released 2023-07-23 10:24:40.037971 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 11 2023-07-23 10:24:40.038016 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 18 released 2023-07-23 10:24:40.038026 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 12 2023-07-23 10:24:40.038128 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 21 released 2023-07-23 10:24:40.038138 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 89 2023-07-23 10:24:40.038194 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 16 2023-07-23 10:24:40.038484 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 17 2023-07-23 10:24:40.038571 [V:onnxruntime:, sequential_execut2023-07-23 10:24:40.039985 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 0 or.cc:518 ExecuteKernel] stream 0 launch kernel with idx 90 2023-07-23 10:24:40.041170 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 20 2023-07-23 10:24:40.041443 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 21 2023-07-23 10:24:40.041526 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 28 released 2023-07-23 10:24:40.041535 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 91 2023-07-23 10:24:40.041586 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 22 released 2023-07-23 10:24:40.041593 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 24 2023-07-23 10:24:40.041827 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 27 2023-07-23 10:24:40.041855 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 19 released 2023-07-23 10:24:40.041862 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 25 2023-07-23 10:24:40.041880 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 36 released 2023-07-23 10:24:40.041887 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 26 2023-07-23 10:24:40.041937 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 39 released 2023-07-23 10:24:40.041944 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 92 2023-07-23 10:24:40.041975 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 30 2023-07-23 10:24:40.042134 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 31 2023-07-23 10:24:40.047536 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 93 2023-07-23 10:24:40.047561 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 34 2023-07-23 10:24:40.047677 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 35 2023-07-23 10:24:40.048357 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 46 released 2023-07-23 10:24:40.048365 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 94 2023-07-23 10:24:40.048381 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 40 released 2023-07-23 10:24:40.048385 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 38 2023-07-23 10:24:40.048459 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 41 2023-07-23 10:24:40.048479 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 37 released 2023-07-23 10:24:40.048483 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 39 2023-07-23 10:24:40.048493 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 54 released 2023-07-23 10:24:40.048496 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 40 2023-07-23 10:24:40.049967 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 57 released 2023-07-23 10:24:40.049997 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 95 2023-07-23 10:24:40.050033 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 44 2023-07-23 10:24:40.050166 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 45 2023-07-23 10:24:40.050663 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 96 2023-07-23 10:24:40.050683 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 48 2023-07-23 10:24:40.050774 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 49 2023-07-23 10:24:40.050841 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 64 released 2023-07-23 10:24:40.050848 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 97 2023-07-23 10:24:40.050863 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 58 released 2023-07-23 10:24:40.050867 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 52 2023-07-23 10:24:40.050953 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 54 2023-07-23 10:24:40.050996 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 55 released 2023-07-23 10:24:40.051502 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 53 2023-07-23 10:24:40.051602 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 98 2023-07-23 10:24:40.051617 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 57 2023-07-23 10:24:40.051664 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 58 2023-07-23 10:24:40.051740 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 99 2023-07-23 10:24:40.051748 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 61 2023-07-23 10:24:40.051792 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 62 2023-07-23 10:24:40.055217 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 3 released 2023-07-23 10:24:40.055228 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 213 2023-07-23 10:24:40.056274 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 74 released 2023-07-23 10:24:40.056282 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 100 2023-07-23 10:24:40.056291 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 75 released 2023-07-23 10:24:40.056295 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 65 2023-07-23 10:24:40.056326 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 67 2023-07-23 10:24:40.056348 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 72 released 2023-07-23 10:24:40.056352 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 66 2023-07-23 10:24:40.056384 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 101 2023-07-23 10:24:40.056391 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 70 2023-07-23 10:24:40.059704 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 71 2023-07-23 10:24:40.059776 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 102 2023-07-23 10:24:40.059796 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 74 2023-07-23 10:24:40.059839 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 75 2023-07-23 10:24:40.059887 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 90 released 2023-07-23 10:24:40.059896 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 103 2023-07-23 10:24:40.059911 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 91 released 2023-07-23 10:24:40.059917 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 78 2023-07-23 10:24:40.061400 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 88 released 2023-07-23 10:24:40.061410 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 79 2023-07-23 10:24:40.061422 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 80 2023-07-23 10:24:40.061439 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 81 2023-07-23 10:24:40.061449 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 106 released 2023-07-23 10:24:40.061456 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 104 2023-07-23 10:24:40.061465 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 111 released 2023-07-23 10:24:40.061472 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 84 2023-07-23 10:24:40.061552 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 108 released 2023-07-23 10:24:40.063503 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 85 2023-07-23 10:24:40.063538 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 116 released 2023-07-23 10:24:40.063546 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 86 2023-07-23 10:24:40.068886 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 3 2023-07-23 10:24:40.069313 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 7 released 2023-07-23 10:24:40.069320 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 214 2023-07-23 10:24:40.071638 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 8 released 2023-07-23 10:24:40.071651 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 6 2023-07-23 10:24:40.071800 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 11 released 2023-07-23 10:24:40.071807 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 215 2023-07-23 10:24:40.072097 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 4 released 2023-07-23 10:24:40.072126 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 9 2023-07-23 10:24:40.072215 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 12 released 2023-07-23 10:24:40.072229 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 13 released 2023-07-23 10:24:40.072236 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 10 2023-07-23 10:24:40.073353 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 14 released 2023-07-23 10:24:40.073388 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 11 2023-07-23 10:24:40.073542 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 17 released 2023-07-23 10:24:40.073548 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 216 2023-07-23 10:24:40.078297 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 24 2023-07-23 10:24:40.078471 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 34 released 2023-07-23 10:24:40.078499 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 217 2023-07-23 10:24:40.079460 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 18 released 2023-07-23 10:24:40.079467 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 14 2023-07-23 10:24:40.079601 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 21 released 2023-07-23 10:24:40.079608 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 218 2023-07-23 10:24:40.080398 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 17 2023-07-23 10:24:40.080633 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 25 released 2023-07-23 10:24:40.080641 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 219 2023-07-23 10:24:40.081785 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 26 released 2023-07-23 10:24:40.081793 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 20 2023-07-23 10:24:40.081934 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 29 released 2023-07-23 10:24:40.081941 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 220 2023-07-23 10:24:40.081994 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 22 released 2023-07-23 10:24:40.082001 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 30 released 2023-07-23 10:24:40.082006 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 23 2023-07-23 10:24:40.082084 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 31 released 2023-07-23 10:24:40.082091 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 35 released 2023-07-23 10:24:40.082096 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 27 2023-07-23 10:24:40.084772 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 36 released 2023-07-23 10:24:40.084779 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 28 2023-07-23 10:24:40.085478 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 39 released 2023-07-23 10:24:40.085485 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 221 2023-07-23 10:24:40.088224 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 40 released 2023-07-23 10:24:40.088255 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 31 2023-07-23 10:24:40.088406 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 43 released 2023-07-23 10:24:40.088421 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 222 2023-07-23 10:24:40.093980 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 58 2023-07-23 10:24:40.094055 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 78 released 2023-07-23 10:24:40.094062 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 223 2023-07-23 10:24:40.094702 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 44 released 2023-07-23 10:24:40.094711 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 34 2023-07-23 10:24:40.094798 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 47 released 2023-07-23 10:24:40.094805 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 224 2023-07-23 10:24:40.095315 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 37 2023-07-23 10:24:40.095412 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 51 released 2023-07-23 10:24:40.095419 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 225 2023-07-23 10:24:40.096793 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 52 released 2023-07-23 10:24:40.096801 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 40 2023-07-23 10:24:40.096960 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 55 released 2023-07-23 10:24:40.096967 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 226 2023-07-23 10:24:40.097004 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 48 released 2023-07-23 10:24:40.097012 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 56 released 2023-07-23 10:24:40.097016 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 43 2023-07-23 10:24:40.097500 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 44 2023-07-23 10:24:40.097783 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 60 released 2023-07-23 10:24:40.097906 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 227 2023-07-23 10:24:40.102119 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 61 released 2023-07-23 10:24:40.102149 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 47 2023-07-23 10:24:40.102836 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 64 released 2023-07-23 10:24:40.102904 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 228 2023-07-23 10:24:40.103120 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 57 released 2023-07-23 10:24:40.103146 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 65 released 2023-07-23 10:24:40.103150 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 50 2023-07-23 10:24:40.104842 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 51 2023-07-23 10:24:40.105021 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 69 released 2023-07-23 10:24:40.105031 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 229 2023-07-23 10:24:40.107102 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 70 released 2023-07-23 10:24:40.107109 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 54 2023-07-23 10:24:40.107212 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 73 released 2023-07-23 10:24:40.107219 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 230 2023-07-23 10:24:40.107246 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 66 released 2023-07-23 10:24:40.107280 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 74 released 2023-07-23 10:24:40.107284 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 57 2023-07-23 10:24:40.107338 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 75 released 2023-07-23 10:24:40.107345 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 79 released 2023-07-23 10:24:40.107349 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 61 2023-07-23 10:24:40.108711 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 80 released 2023-07-23 10:24:40.108722 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 62 2023-07-23 10:24:40.109016 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 83 released 2023-07-23 10:24:40.109023 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 231 2023-07-23 10:24:40.111476 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 65 2023-07-23 10:24:40.111554 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 87 released 2023-07-23 10:24:40.111561 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 232 2023-07-23 10:24:40.111967 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 92 2023-07-23 10:24:40.112010 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 122 released 2023-07-23 10:24:40.112017 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 233 2023-07-23 10:24:40.112408 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 88 released 2023-07-23 10:24:40.112415 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 68 2023-07-23 10:24:40.112459 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 91 released 2023-07-23 10:24:40.112467 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 234 2023-07-23 10:24:40.112732 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 71 2023-07-23 10:24:40.112885 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 95 released 2023-07-23 10:24:40.112931 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 235 2023-07-23 10:24:40.114394 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 96 released 2023-07-23 10:24:40.114406 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 74 2023-07-23 10:24:40.114556 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 99 released 2023-07-23 10:24:40.114576 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 236 2023-07-23 10:24:40.114609 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 92 released 2023-07-23 10:24:40.114617 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 100 released 2023-07-23 10:24:40.114623 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 77 2023-07-23 10:24:40.114811 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 78 2023-07-23 10:24:40.114865 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 104 released 2023-07-23 10:24:40.114872 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 237 2023-07-23 10:24:40.118076 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 105 released 2023-07-23 10:24:40.118100 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 81 2023-07-23 10:24:40.118183 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 108 released 2023-07-23 10:24:40.118194 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 238 2023-07-23 10:24:40.118220 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 101 released 2023-07-23 10:24:40.118227 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 109 released 2023-07-23 10:24:40.118238 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 84 2023-07-23 10:24:40.118407 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 85 2023-07-23 10:24:40.118490 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 113 released 2023-07-23 10:24:40.118498 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 239 2023-07-23 10:24:40.119522 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 114 released 2023-07-23 10:24:40.119529 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 88 2023-07-23 10:24:40.119590 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 117 released 2023-07-23 10:24:40.119596 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 240 2023-07-23 10:24:40.119618 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 110 released 2023-07-23 10:24:40.119623 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 118 released 2023-07-23 10:24:40.119763 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 91 2023-07-23 10:24:40.119827 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 119 released 2023-07-23 10:24:40.119852 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 123 released 2023-07-23 10:24:40.119863 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 95 2023-07-23 10:24:40.121174 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 124 released 2023-07-23 10:24:40.121190 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 96 2023-07-23 10:24:40.121286 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 127 released 2023-07-23 10:24:40.121296 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 241 2023-07-23 10:24:40.123862 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 99 2023-07-23 10:24:40.124095 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 131 released 2023-07-23 10:24:40.124103 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 242 2023-07-23 10:24:40.124698 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 132 released 2023-07-23 10:24:40.124706 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 102 2023-07-23 10:24:40.124775 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 135 released 2023-07-23 10:24:40.124784 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 243 2023-07-23 10:24:40.124854 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 107 2023-07-23 10:24:40.124916 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 106 2023-07-23 10:24:40.124968 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 105 2023-07-23 10:24:40.124998 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 136 released 2023-07-23 10:24:40.125003 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 137 released 2023-07-23 10:24:40.125068 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 138 released 2023-07-23 10:24:40.125072 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 139 released 2023-07-23 10:24:40.125077 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 108 2023-07-23 10:24:40.126133 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 140 released 2023-07-23 10:24:40.126348 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 109 2023-07-23 10:24:40.126719 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 143 released 2023-07-23 10:24:40.126741 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 244 2023-07-23 10:24:40.128035 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 112 2023-07-23 10:24:40.128111 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 147 released 2023-07-23 10:24:40.128124 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 246 2023-07-23 10:24:40.128546 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 148 released 2023-07-23 10:24:40.128734 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 115 2023-07-23 10:24:40.128795 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 151 released 2023-07-23 10:24:40.128825 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 247 2023-07-23 10:24:40.131287 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 152 released 2023-07-23 10:24:40.131295 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 118 2023-07-23 10:24:40.131327 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 155 released 2023-07-23 10:24:40.131334 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 248 2023-07-23 10:24:40.132575 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 144 released 2023-07-23 10:24:40.132581 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 121 2023-07-23 10:24:40.132617 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 158 released 2023-07-23 10:24:40.132624 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 245 2023-07-23 10:24:40.132644 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 159 released 2023-07-23 10:24:40.132651 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 160 released 2023-07-23 10:24:40.132655 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 124 2023-07-23 10:24:40.134837 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 161 released 2023-07-23 10:24:40.134844 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 125 2023-07-23 10:24:40.134890 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 164 released 2023-07-23 10:24:40.134897 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 249 2023-07-23 10:24:40.135743 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 165 released 2023-07-23 10:24:40.135749 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 128 2023-07-23 10:24:40.135809 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 168 released 2023-07-23 10:24:40.135815 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 250 2023-07-23 10:24:40.135882 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 131 2023-07-23 10:24:40.135923 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 128 released 2023-07-23 10:24:40.135930 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 172 released 2023-07-23 10:24:40.135935 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 132 2023-07-23 10:24:40.136452 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 133 2023-07-23 10:24:40.136497 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 176 released 2023-07-23 10:24:40.136504 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 252 2023-07-23 10:24:40.136632 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 177 released 2023-07-23 10:24:40.136638 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 136 2023-07-23 10:24:40.136683 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 180 released 2023-07-23 10:24:40.136689 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 253 2023-07-23 10:24:40.137668 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 181 released 2023-07-23 10:24:40.137674 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 139 2023-07-23 10:24:40.137717 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 184 released 2023-07-23 10:24:40.137723 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 254 2023-07-23 10:24:40.138240 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 173 released 2023-07-23 10:24:40.138247 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 142 2023-07-23 10:24:40.138292 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 187 released 2023-07-23 10:24:40.138298 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 251 2023-07-23 10:24:40.138328 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 188 released 2023-07-23 10:24:40.138334 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 189 released 2023-07-23 10:24:40.138338 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 145 2023-07-23 10:24:40.143684 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 190 released 2023-07-23 10:24:40.143728 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 146 2023-07-23 10:24:40.144665 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 193 released 2023-07-23 10:24:40.144716 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 255 2023-07-23 10:24:40.145001 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 194 released 2023-07-23 10:24:40.145026 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 149 2023-07-23 10:24:40.145096 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 197 released 2023-07-23 10:24:40.145120 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 256 2023-07-23 10:24:40.145245 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 152 2023-07-23 10:24:40.145406 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 84 released 2023-07-23 10:24:40.145453 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 200 released 2023-07-23 10:24:40.145505 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 153 2023-07-23 10:24:40.148142 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 154 2023-07-23 10:24:40.148397 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 204 released 2023-07-23 10:24:40.148403 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 258 2023-07-23 10:24:40.149159 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 205 released 2023-07-23 10:24:40.149170 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 157 2023-07-23 10:24:40.150288 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 208 released 2023-07-23 10:24:40.150297 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 259 2023-07-23 10:24:40.151743 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 209 released 2023-07-23 10:24:40.151752 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 160 2023-07-23 10:24:40.151987 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 212 released 2023-07-23 10:24:40.151994 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 260 2023-07-23 10:24:40.155117 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 201 released 2023-07-23 10:24:40.156070 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 163 2023-07-23 10:24:40.156168 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 215 released 2023-07-23 10:24:40.156174 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 257 2023-07-23 10:24:40.156233 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 216 released 2023-07-23 10:24:40.156237 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 217 released 2023-07-23 10:24:40.156241 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 166 2023-07-23 10:24:40.157090 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 218 released 2023-07-23 10:24:40.157127 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 167 2023-07-23 10:24:40.157281 [V:onnxruntime:, stream_execution_context.cc:171 RecycleNodeInputs] ort value 221 released 2023-07-23 10:24:40.157294 [V:onnxruntime:, sequential_executor.cc:518 ExecuteKernel] stream 0 launch kernel with idx 261

DeepFace-user commented 1 year ago

I am doing a face model https://github.com/iperov/DeepFaceLive/releases/download/ZAHAR_LUPIN/Zahar_Lupin.dfm I don't know why the Apple Silicon M1 is so slow

DeepFace-user commented 1 year ago

1145517615

Bad Apple, why doesn't Apple support it, Apple doesn't support the backend, why can other platforms support it, hope to add support for the backend as soon as possible. As you can see, the cpu is used, but the calculation of the face model is very bad and very slow. I don’t know what I missed or the reason why onnx itself does not support the acceleration of the backend. The calculation ability is very slow

skottmckay commented 1 year ago

2023-07-23 10:24:38.887637 [V:onnxruntime:, session_state.cc:1152 VerifyEachNodeIsAssignedToAnEp] All nodes placed on [CPUExecutionProvider]. Number of nodes: 152

Based on this you haven't registered the CoreML execution provider.

https://onnxruntime.ai/docs/execution-providers/CoreML-ExecutionProvider.html#usage

DeepFace-user commented 1 year ago

@skottmckay 2023-07-23 10:24:38.400805 [V:onnxruntime:, session_state.cc:1152 VerifyEachNodeIsAssignedToAnEp] All nodes placed on [CPUExecutionProvider]. Number of nodes: 69

Thank you, hello, is my problem caused by no configuration? https://onnxruntime.ai/docs/execution-providers/CoreML-ExecutionProvider.html#usage

Since I'm new to this, I don't seem to understand this configuration very well. I configure the SessionOptions parameter through python, but I don't know how to configure CoreML specifically. Do I need to change it through the source code? Can you provide a specific path or change parameters;

import onnxruntime as ort

opts = ort.SessionOptions() opts.enable_profiling = True

session = rt.InferenceSession(onnx_model_or_path, providers=[ ("CoreMLExecutionProvider", {"ORT_LOGGING_LEVEL_ERROR": "DEFAULT"}) ], sess_options=sess_options)

error: /Volumes/Micro/anaconda3/envs/dfl/lib/python3.9/site-packages/onnxruntime/capi/onnxruntime_inference_collection.py:65: UserWarning: Specified provider 'CoreMLExecutionProvider' is not in available provider names.Available providers: 'CPUExecutionProvider'

vladiliescu commented 1 year ago

@DeepFace-user It looks like CoreML is only usable from C/C++ as per the docs. I've raised this issue requesting that the Python API support this as well.