当前位置:网站首页>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/
边栏推荐
- [rust notes] 13 iterator (Part 2)
- Real time clock (RTC)
- Sqlmap tutorial (II) practical skills I
- liunx启动redis
- MIT-6874-Deep Learning in the Life Sciences Week 7
- One question per day 1447 Simplest fraction
- LeetCode 0107.二叉树的层序遍历II - 另一种方法
- 4. 对象映射 - Mapping.Mapster
- [leetcode] day94 reshape matrix
- 1039 Course List for Student
猜你喜欢
4. 对象映射 - Mapping.Mapster
Leetcode-6110: number of incremental paths in the grid graph
Error ora-28547 or ora-03135 when Navicat connects to Oracle Database
Sqlmap tutorial (II) practical skills I
LeetCode 0107.二叉树的层序遍历II - 另一种方法
LaMDA 不可能觉醒吗?
数据可视化图表总结(二)
How to adjust bugs in general projects ----- take you through the whole process by hand
leetcode-6110:网格图中递增路径的数目
Appium基础 — 使用Appium的第一个Demo
随机推荐
Daily question 1342 Number of operations to change the number to 0
传统数据库逐渐“难适应”,云原生数据库脱颖而出
[practical skills] technical management of managers with non-technical background
SQLMAP使用教程(一)
Redis publish subscribe command line implementation
【Rust 笔记】16-输入与输出(上)
Daily question 1688 Number of matches in the competition
SPI details
【Rust 笔记】17-并发(上)
Traditional databases are gradually "difficult to adapt", and cloud native databases stand out
leetcode-31:下一个排列
做 SQL 性能优化真是让人干瞪眼
Network security skills competition in Secondary Vocational Schools -- a tutorial article on middleware penetration testing in Guangxi regional competition
1039 Course List for Student
对for(var i = 0;i < 5;i++) {setTimeout(() => console.log(i),1000)}的深入分析
leetcode-1200:最小绝对差
[practical skills] how to do a good job in technical training?
Leetcode-3: Longest substring without repeated characters
11-gorm-v2-03-basic query
Leetcode backtracking method