WARNING:tensorflow:Entity

问题描述 投票:2回答:1

我试图运行此仓库https://github.com/zzh8829/yolov3-tf2/中的代码>

然后我遇到了这个警告,它确实在带有以下警告的CPU上找到了

WARNING:tensorflow:Entity <bound method BatchNormalization.call of <yolov3_tf2.batch_norm.BatchNormalization object at 0x00000297EAA0D828>> could not be transformed and will be executed as-is. Please report this to the AutoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: Bad argument number for Name: 3, expecting 4 

我安装了tensorflow2.0rc之后它不起作用

我的电脑规格:CPU:i5-9400F

GPU:MSI RTX 2060

OS:赢得10

CUDA:10

谢谢你们

我试图运行此仓库中的代码https://github.com/zzh8829/yolov3-tf2/,然后我遇到了此警告,它确实在带有警告的CPU下方找到警告:tensorflow:Entity

tensorflow
1个回答
0
投票

我有同样的问题,最好的发现是它是由最新版本的gast(0.3.0)引起的。需要安装0.2.2:pip install -U gast==0.2.2

© www.soinside.com 2019 - 2024. All rights reserved.