当前位置:网站首页>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
- Traversal of leetcode tree
- 1996. number of weak characters in the game
- In depth analysis of for (VaR I = 0; I < 5; i++) {settimeout (() => console.log (I), 1000)}
- MySQL advanced part 2: the use of indexes
- 剑指 Offer II 058:日程表
- [rust notes] 17 concurrent (Part 2)
- 【Rust 笔记】14-集合(下)
- LeetCode 1200. Minimum absolute difference
- Quickly use Amazon memorydb and build your own redis memory database
猜你喜欢
The connection and solution between the shortest Hamilton path and the traveling salesman problem
【LeetCode】Easy | 20. Valid parentheses
SQLMAP使用教程(二)实战技巧一
Open source storage is so popular, why do we insist on self-development?
MatrixDB v4.5.0 重磅发布,全新推出 MARS2 存储引擎!
MySQL advanced part 1: index
SPI 详解
MySQL怎么运行的系列(八)14张图说明白MySQL事务原子性和undo日志原理
做 SQL 性能优化真是让人干瞪眼
[practical skills] how to do a good job in technical training?
随机推荐
Shutter web hardware keyboard monitoring
Regulations for network security events of vocational group in 2022 Guizhou Vocational College skill competition
【LeetCode】Easy | 20. Valid parentheses
884. Uncommon words in two sentences
Appium foundation - use the first demo of appium
Leetcode recursion
Daily question 1688 Number of matches in the competition
Leetcode heap correlation
Leetcode dynamic programming
Network security skills competition in Secondary Vocational Schools -- a tutorial article on middleware penetration testing in Guangxi regional competition
MIT-6874-Deep Learning in the Life Sciences Week 7
[rust notes] 14 set (Part 2)
leetcode-6111:螺旋矩阵 IV
Daily question 2006 Number of pairs whose absolute value of difference is k
CPU内核和逻辑处理器的区别
Dynamic planning solution ideas and summary (30000 words)
快速使用Amazon MemoryDB并构建你专属的Redis内存数据库
LeetCode 0107.二叉树的层序遍历II - 另一种方法
Multi screen computer screenshots will cut off multiple screens, not only the current screen
[rust notes] 17 concurrent (Part 1)