我是靠谱客的博主 负责糖豆,最近开发中收集的这篇文章主要介绍Tensorflow:AssertionError: Bad argument number for Name: 3, expecting 4 (bug)1. 问题描述2. 解决方案3. 参考地址,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
1. 问题描述
LZ配置的tf环境,只要运行就会出现一堆类似上述的错误
AssertionError: Bad argument number for Name: 3, expecting 4 (bug)
- 1
WARNING: Entity <bound method Dense.call of <tensorflow.python.layers.core.Dense object at 0x7f4ab843b3c8>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, export AUTOGRAPH_VERBOSITY=10) and attach the full output. Cause: converting <bound method Dense.call of <tensorflow.python.layers.core.Dense object at 0x7f4ab843b3c8>>: AssertionError: Bad argument number for Name: 3, expecting 4
- 1
2. 解决方案
因为对结果的影响不可观,所以就没去在意 ,后面发现用其他docker并没有多少问题,而且每次都出现一堆warning很影响美观性,于是百度准备解决这个问题
后来发现是有个gast的库版本太高,导致不兼容的问题,降级gast即可解决
使用pip或者conda进行降级
pip install --user gast==0.2.2
conda install gast==0.2.2
- 1
- 2
- 3
3. 参考地址
- https://github.com/tensorflow/autograph/issues/1
最后
以上就是负责糖豆为你收集整理的Tensorflow:AssertionError: Bad argument number for Name: 3, expecting 4 (bug)1. 问题描述2. 解决方案3. 参考地址的全部内容,希望文章能够帮你解决Tensorflow:AssertionError: Bad argument number for Name: 3, expecting 4 (bug)1. 问题描述2. 解决方案3. 参考地址所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复