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

边栏推荐
- Data visualization chart summary (II)
- [rust notes] 17 concurrent (Part 1)
- Daily question 1984 Minimum difference in student scores
- MySQL advanced part 1: triggers
- One question per day 1765 The highest point in the map
- Leetcode-22: bracket generation
- 【Rust 笔记】13-迭代器(下)
- New title of module a of "PanYun Cup" secondary vocational network security skills competition
- Groupbykey() and reducebykey() and combinebykey() in spark
- On the characteristics of technology entrepreneurs from Dijkstra's Turing Award speech
猜你喜欢
随机推荐
Leetcode backtracking method
1996. number of weak characters in the game
【Rust 笔记】14-集合(上)
leetcode-9:回文数
SQLMAP使用教程(一)
Operator priority, one catch, no doubt
可变电阻器概述——结构、工作和不同应用
Traversal of leetcode tree
开源存储这么香,为何我们还要坚持自研?
On the characteristics of technology entrepreneurs from Dijkstra's Turing Award speech
Navicat連接Oracle數據庫報錯ORA-28547或ORA-03135
1.15 - input and output system
Daily question 1189 Maximum number of "balloons"
Usage scenarios of golang context
数据可视化图表总结(一)
1.13 - RISC/CISC
MySQL advanced part 2: the use of indexes
对for(var i = 0;i < 5;i++) {setTimeout(() => console.log(i),1000)}的深入分析
Collection: programming related websites and books
LeetCode 0108.将有序数组转换为二叉搜索树 - 数组中值为根,中值左右分别为左右子树









