- 博客(7)
- 资源 (1)
- 收藏
- 关注
原创 AttributeError: module ‘tensorflow_core.compat.v1‘ has no attribute ‘contrib‘
由于tensorflow版本问题,在tensorflow2.x版本里没有contrib组件,因此无法使用LSTMRNN实例中的sequence_loss_by_example函数。AttributeError: module ‘tensorflow_core.compat.v1’ has no attribute ‘contrib’解决办法:找到自己运行代码的环境下的Lib\site-packages\tensorflow_core,在我的机器上是如下:C:\Users\Dell\anaconda3\
2022-03-14 15:53:04
5345
原创 【Python】 ValueError: Only call `softmax_cross_entropy_with_logits` with named arguments
今天调用TensorFlow框架中的softmax_cross_entropy_with_logits()方法时,报了如下的错误:ValueError: Only call softmax_cross_entropy_with_logits with named arguments (labels=…, logits=…, …)这个函数现在不能按照以前的方式调用了,以前的调用方式如下:cost = tf.reduce_mean(tf.nn.softmax_cross_entropy_with_logi
2022-03-14 10:42:21
1379
原创 NotFoundError: Key biases_1 not found in checkpoint [[node save_2/RestoreV2 (defined at \AppData\L
当找不到检查点时,NotFoundError: Key biases_1 not found in checkpoint[[node save_2/RestoreV2 (defined at \AppData\Local\Temp/ipykernel_48952/3519746809.py:26) ]]由于在Tensorflow 2.0 中,eager execution 是默认开启的。所以,需要先关闭eager execution使用tf.compat.v1.disable_eager_executio
2022-03-13 20:19:50
1611
转载 InvalidArgumentError: You must feed a value for placeholder tensor ‘inputs_2/x_input‘ with dtype flo
InvalidArgumentError: You must feed a value for placeholder tensor ‘inputs_2/x_input’ with dtype float and shape [?,1][[node inputs_2/x_input (defined at \AppData\Local\Temp/ipykernel_34984/1196531313.py:32) ]]还是因为merged = tf.summary.merge_all()的问题,详细见链接
2022-03-13 15:04:47
237
转载 TensorFlow报错:InvalidArgumentError: You must feed a value for placeholder tensor ‘inputs/y_input‘
添加链接描述
2022-03-13 11:00:09
489
AttributeError: module 'tensorflow.compat.v1' has no attribute '
2022-08-02
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人