当前位置:网站首页>Warning "force fallback to CPU execution for node: gather_191" in onnxruntime GPU 1.7
Warning "force fallback to CPU execution for node: gather_191" in onnxruntime GPU 1.7
2022-04-23 07:28:00 【wujpbb7】
Use onnxruntime-gpu( abbreviation ORT)1.7 infer onnx The following warnings appear when modeling ,
2021-12-01 15:50:30.792327215 [W:onnxruntime:Default, fallback_cpu_capability.cc:135 GetCpuPreferredNodes] Force fallback to CPU execution for node: Gather_191
2021-12-01 15:50:30.792374122 [W:onnxruntime:Default, fallback_cpu_capability.cc:135 GetCpuPreferredNodes] Force fallback to CPU execution for node: Unsqueeze_363
2021-12-01 15:50:30.792386144 [W:onnxruntime:Default, fallback_cpu_capability.cc:135 GetCpuPreferredNodes] Force fallback to CPU execution for node: Gather_188
2021-12-01 15:50:30.792413728 [W:onnxruntime:Default, fallback_cpu_capability.cc:135 GetCpuPreferredNodes] Force fallback to CPU execution for node: Unsqueeze_362
2021-12-01 15:50:30.792442104 [W:onnxruntime:Default, fallback_cpu_capability.cc:135 GetCpuPreferredNodes] Force fallback to CPU execution for node: Gather_182
2021-12-01 15:50:30.792453046 [W:onnxruntime:Default, fallback_cpu_capability.cc:135 GetCpuPreferredNodes] Force fallback to CPU execution for node: Unsqueeze_361
ORT choice cpu To do , Because of this operation be relative to cuda stay CPU Higher efficiency in production .
Reference resources :Force fallback to CPU execution for Gather, Unsqueeze, Concat nodes - onnxruntime-gpu 1.7.0, opset 12 and 13 #7792
upgrade ORT To 1.8, There was an inexplicable mistake :
[E:onnxruntime:, sequential_executor.cc:339 Execute] Non-zero status code returned while running Conv node. Name:'Conv_2' Status Message: /onnxruntime_src/onnxruntime/core/framework/bfc_arena.cc:330 void* onnxruntime::BFCArena::AllocateRawInternal(size_t, bool) Failed to allocate memory for requested buffer of size 409856
Upgrade to 1.9, That's fine .
版权声明
本文为[wujpbb7]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230611550373.html
边栏推荐
- MySQL installation and configuration - detailed tutorial
- F.pad 的妙用
- 《Multi-modal Visual Tracking:Review and Experimental Comparison》翻译
- 【点云系列】Learning Representations and Generative Models for 3D pointclouds
- [point cloud series] pnp-3d: a plug and play for 3D point clouds
- N states of prime number solution
- 关于短视频平台框架搭建与技术选型探讨
- Modifying a column with the 'identity' pattern is not supported
- SSL / TLS application example
- 美摄科技起诉天目传媒使用火山引擎侵权代码的声明
猜你喜欢
随机推荐
Write a wechat double open gadget to your girlfriend
Chapter 8 generative deep learning
MySQL installation and configuration - detailed tutorial
AUTOSAR从入门到精通100讲(五十二)-诊断和通信管理功能单元
Unwind 栈回溯详解
imx6ull-qemu 裸机教程1:GPIO,IOMUX,I2C
Visual Studio 2019安装与使用
PyTorch 20. PyTorch技巧(持续更新)
基于51单片机的温湿度监测+定时报警系统(c51源码)
[point cloud series] pnp-3d: a plug and play for 3D point clouds
ARMCC/GCC下的stack protector
Chapter 3 pytoch neural network toolbox
STM32多路测温无线传输报警系统设计(工业定时测温/机舱温度定时检测等)
Visual studio 2019 installation and use
【技术规范】:如何写好技术文档?
美摄科技云剪辑,助力哔哩哔哩使用体验再升级
美摄科技推出桌面端专业视频编辑解决方案——美映PC版
[point cloud series] a rotation invariant framework for deep point cloud analysis
【点云系列】 场景识别类导读
torch.where能否传递梯度








