Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
警告:tensorflow:实体_Tensorflow - Fatal编程技术网

警告:tensorflow:实体

警告:tensorflow:实体,tensorflow,Tensorflow,我试图运行这个repo的代码 然后我遇到了这个警告,它确实发现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. Plea

我试图运行这个repo的代码

然后我遇到了这个警告,它确实发现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 
警告:tensorflow:实体无法转换,将按原样执行。请向签名组报告。在归档bug时,将详细度设置为10(在Linux上,`export AUTOGRAPH\u verbosity=10`),并附加完整的输出。原因:名称为3的参数编号错误,应为4
安装tensorflow2.0rc后 它不起作用

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

GPU:MSI RTX 2060

OS:赢10分

CUDA:10


谢谢大家

我也有同样的问题,我能找到的最好的答案是它是由最新版本的gast(0.3.0)引起的。需要安装0.2.2:
pip安装-U gast==0.2.2