tensorflow提示出错'module' object has no attribute 'pack'
Posted xqnq2007
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tensorflow提示出错'module' object has no attribute 'pack'相关的知识,希望对你有一定的参考价值。
编译旧的代码,会像下面这样提示出错:
deconv_shape3 = tf.pack([shape[0], shape[1], shape[2], NUM_OF_CLASSESS])
AttributeError: ‘module‘ object has no attribute ‘pack‘
因为TF后面的版本修改了这个函数的名称,把tf.pack改为 tf.stack。
因此只需要替换掉,就可以编译通过了。
以上是关于tensorflow提示出错'module' object has no attribute 'pack'的主要内容,如果未能解决你的问题,请参考以下文章
[转]tensorflow提示:No module named ''tensorflow.python.eager"
tf.Session()提示module 'tensorflow' has no attribute 'Session'如何解决?
module 'tensorflow_core._api.v2.config' has no attribute 'experimental_list_devices'
ImportError: No module named 'tensorflow_core.estimator'
Anaconda3 tensorflow安装 及ModuleNotFoundError: No module named 'tensorflow' 解答
AttributeError: module 'tensorflow' has no attribute 'enable_eager_execution'