其他分享
首页 > 其他分享> > NotImplementedError: Cannot convert a symbolic Tensor报错与解决

NotImplementedError: Cannot convert a symbolic Tensor报错与解决

作者:互联网

问题

实验环境
tf 2.3
conda创建的虚拟环境
numpy的版本是1.18.5

在跑一个循环神经网络的模型时,出现如下错误
NotImplementedError: Cannot convert a symbolic Tensor (sequential/simple_rnn/strided_slice:0) to a numpy array. This error may indicate that you’re trying to pass a Tensor to a NumPy call, which is not supported

解决思路

将numpy中的版本升为1.19.5即可解决,个人觉得可能是因为版本不支持的原因

标签:convert,Tensor,symbolic,Cannot,报错,NotImplementedError,numpy
来源: https://blog.csdn.net/weixin_43106956/article/details/120461589