当前位置:网站首页>NotImplementedError: Cannot convert a symbolic Tensor (yolo_boxes_0/meshgrid/Size_1:0) to a numpy ar
NotImplementedError: Cannot convert a symbolic Tensor (yolo_boxes_0/meshgrid/Size_1:0) to a numpy ar
2022-07-05 06:16:00 【univertju】
Use tensorflow When you run the program , Encountered the following error :
NotImplementedError: Cannot convert a symbolic Tensor (yolo_boxes_0/meshgrid/Size_1:0) to a numpy array.
The problem is due to numpy Version too high , Unable to join tensorflow collocation , Reduce numpy The version of can solve the problem , It's usually numpy1.19.5 Here's how it goes
For example, use Alibaba cloud to install numpy1.18.0
pip install numpy==1.18.0 -i https://mirrors.aliyun.com/pypi/simple/

边栏推荐
- Navicat連接Oracle數據庫報錯ORA-28547或ORA-03135
- 【LeetCode】Easy | 20. Valid parentheses
- Arduino 控制的 RGB LED 无限镜
- Introduction to LVS [unfinished (semi-finished products)]
- Open source storage is so popular, why do we insist on self-development?
- 2022年貴州省職業院校技能大賽中職組網絡安全賽項規程
- Leetcode-22: bracket generation
- leetcode-3:无重复字符的最长子串
- Sword finger offer II 058: schedule
- 1039 Course List for Student
猜你喜欢

Overview of variable resistors - structure, operation and different applications

LeetCode 0108. Convert an ordered array into a binary search tree - the median of the array is the root, and the left and right of the median are the left and right subtrees respectively

Traditional databases are gradually "difficult to adapt", and cloud native databases stand out

1.15 - input and output system

数据可视化图表总结(一)

1.15 - 输入输出系统

MIT-6874-Deep Learning in the Life Sciences Week 7

MySQL advanced part 1: stored procedures and functions

1.14 - assembly line

MySQL advanced part 1: index
随机推荐
MySQL advanced part 2: the use of indexes
【Rust 笔记】16-输入与输出(下)
Leetcode divide and conquer / dichotomy
One question per day 1447 Simplest fraction
Sqlmap tutorial (1)
Shutter web hardware keyboard monitoring
js快速将json数据转换为url参数
leetcode-9:回文数
Leetcode-556: the next larger element III
Appium自动化测试基础 — Appium测试环境搭建总结
Sword finger offer II 058: schedule
MySQL advanced part 2: MySQL architecture
1.15 - 输入输出系统
剑指 Offer II 058:日程表
MIT-6874-Deep Learning in the Life Sciences Week 7
[practical skills] how to do a good job in technical training?
【Rust 笔记】13-迭代器(下)
QQ computer version cancels escape character input expression
MySQL advanced part 1: triggers
【Rust 笔记】16-输入与输出(上)