invoice icon indicating copy to clipboard operation
invoice copied to clipboard

项目跑不起来

Open 1771727182 opened this issue 2 years ago • 10 comments

有没有兄弟跑起来的 tensorflow 1.14.0 版本 python版本 3.6.7 报错信息: tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'Placeholder_368' with dtype float and shape [2] [[{{node Placeholder_368}}]]

1771727182 avatar Jan 29 '23 00:01 1771727182

兄弟,你的解决了么

PlayerJian avatar Mar 24 '23 06:03 PlayerJian

解决了 版本问题 python 3.6.7 tersflow 1.12.0 我就跑起来了

1771727182 avatar Mar 24 '23 07:03 1771727182

解决了 版本问题 python 3.6.7 tersflow 1.12.0 我就跑起来了

安装了和你一样的版本还是跑步起来,提示ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory,但是我已经安装了cuda环境,cuda版本是11.3, 你安装的什么cuda环境?

ll553664391 avatar Apr 14 '23 06:04 ll553664391

有没有兄弟跑起来的 tensorflow 1.14.0 版本 python版本 3.6.7 报错信息: tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'Placeholder_368' with dtype float and shape [2] [[{{node Placeholder_368}}]]

我也遇到这个问题了,有人解决了吗?

ll553664391 avatar Apr 14 '23 06:04 ll553664391

AttributeError: partially initialized module 'typing' has no attribute 'TYPE_CHECKING' (most likely due to a circular import)

为何我有这个问题。。。。

Sai1978 avatar Apr 15 '23 12:04 Sai1978

我 cpu

1771727182 avatar Apr 15 '23 13:04 1771727182

解决了 版本问题 python 3.6.7 tersflow 1.12.0 我就跑起来了

1.12.0需要修改代码吧? 很多不兼容的地方

java2python avatar Mar 20 '24 09:03 java2python

File "/Users/hanxirui/workspace/python/invoice-master/venv/lib/python3.6/site-packages/tensorflow/python/keras/engine/saving.py", line 758, in load_weights_from_hdf5_group original_keras_version = f.attrs['keras_version'].decode('utf8') AttributeError: 'str' object has no attribute 'decode'

java2python avatar Mar 20 '24 10:03 java2python

File "/Users/hanxirui/workspace/python/invoice-master/venv/lib/python3.6/site-packages/tensorflow/python/keras/engine/saving.py", line 758, in load_weights_from_hdf5_group original_keras_version = f.attrs['keras_version'].decode('utf8') AttributeError: 'str' object has no attribute 'decode'

请问你解决了吗?我也是这个问题

13817454347 avatar Jul 31 '24 09:07 13817454347

同问,环境搭建完运行的时候报:You must feed a value for placeholder tensor 'Placeholder_368' with dtype float and shape [2 [[{{node Placeholder_368}}]]

Ean-Yan avatar Aug 14 '24 07:08 Ean-Yan