当前位置:网站首页>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/

边栏推荐
- 打印机脱机时一种容易被忽略的原因
- 1039 Course List for Student
- Network security skills competition in Secondary Vocational Schools -- a tutorial article on middleware penetration testing in Guangxi regional competition
- 6. Logistic model
- leetcode-6109:知道秘密的人数
- [leetcode] day95 effective Sudoku & matrix zeroing
- Usage scenarios of golang context
- 对for(var i = 0;i < 5;i++) {setTimeout(() => console.log(i),1000)}的深入分析
- On the characteristics of technology entrepreneurs from Dijkstra's Turing Award speech
- 4. Object mapping Mapster
猜你喜欢

Redis publish subscribe command line implementation

Network security skills competition in Secondary Vocational Schools -- a tutorial article on middleware penetration testing in Guangxi regional competition

Spark中groupByKey() 和 reduceByKey() 和combineByKey()

Appium automation test foundation - Summary of appium test environment construction

SQLMAP使用教程(一)

【LeetCode】Easy | 20. Valid parentheses

Groupbykey() and reducebykey() and combinebykey() in spark

1.13 - RISC/CISC

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

Is it impossible for lamda to wake up?
随机推荐
leetcode-6108:解密消息
Error ora-28547 or ora-03135 when Navicat connects to Oracle Database
做 SQL 性能优化真是让人干瞪眼
MIT-6874-Deep Learning in the Life Sciences Week 7
Groupbykey() and reducebykey() and combinebykey() in spark
【Rust 笔记】15-字符串与文本(下)
4. 对象映射 - Mapping.Mapster
Real time clock (RTC)
js快速将json数据转换为url参数
Currently clicked button and current mouse coordinates in QT judgment interface
leetcode-9:回文数
Daily question 1984 Minimum difference in student scores
Daily question 2013 Detect square
Open source storage is so popular, why do we insist on self-development?
【Rust 笔记】17-并发(下)
MatrixDB v4.5.0 重磅发布,全新推出 MARS2 存储引擎!
Daily question 1688 Number of matches in the competition
Leetcode-6108: decrypt messages
CPU内核和逻辑处理器的区别
[rust notes] 17 concurrent (Part 2)