tensorflow_decision_forests\tensorflow\ops\inference\inference.so not found

恰好有一个帖子提到了py3.10里面的解决方案

bash 复制代码
pip install --user tensorflow==2.11.0
bash 复制代码
My tensorflow version is 2.11.0 and my tensorflow_decision_forests version is 1.2.0 so those should be compatible. 
I also am using Python version 3.10.11

原文链接:
https://discuss.tensorflow.org/t/cant-import-tensorflow-decision-forests-getting-notfounderror/16612

另外一个帖子
https://community.deeplearning.ai/t/failure-to-load-the-inference-so-custom-c-tensorflow-ops-this-error-is-likely-caused-the-version-of-tensorflow-and-tensorflow-decision-forests-are-not-compatible/533833

相关推荐
红苕稀饭66615 分钟前
RISE论文阅读
论文阅读·人工智能·计算机视觉
cxr8281 小时前
分享一个知识工程师单体智能体的简单提示词
人工智能·智能体·提示词工程·ai赋能·上下文工程
w0000061 小时前
图像分类项目
人工智能·分类·数据挖掘
扫地的小何尚2 小时前
NVIDIA Dynamo深度解析:如何优雅地解决LLM推理中的KV缓存瓶颈
开发语言·人工智能·深度学习·机器学习·缓存·llm·nvidia
张较瘦_5 小时前
[论文阅读] AI赋能 | 当AI看懂交通摄像头:多模态大模型零样本检测的实战报告
论文阅读·人工智能
cxr8285 小时前
BMAD框架实践:掌握story-checklist提升用户故事质量
前端·人工智能·agi·智能体·ai赋能
Dongsheng_20196 小时前
【汽车篇】AI深度学习在汽车零部件外观检测——机电轴承的应用
人工智能·深度学习·汽车
江瀚视野6 小时前
汽车价格战全面熄火了?不卷价格该卷什么?
人工智能·自动驾驶
zl21878654487 小时前
Playwright同步、异步、并行、串行执行效率比较
开发语言·python·测试工具
larance7 小时前
asyncio数据流
python