tensorflow提示出错'module' object has no attribute 'pack'
Posted skiwnchh
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。
因此只需要替换掉,就可以编译通过了。
1. C++标准模板库从入门到精通
2.跟老菜鸟学C++
3. 跟老菜鸟学python
4. 在VC2015里学会使用tinyxml库
5. 在Windows下SVN的版本管理与实战
http://edu.csdn.net/course/detail/2579
6.Visual Studio 2015开发C++程序的基本使用
http://edu.csdn.net/course/detail/2570
8.在VC2015里学会使用mysql数据库
再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow
以上是关于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'