然而,我得到了这个错误:
"Cannot convert a symbolic Tensor (bidirectional_4/forward_lstm_4/strided_slice:0) to a numpyThis error may indicate that you're trying to pass a Tensor to a NumPycall, which is not supported"如果我删除双向层,代码运行得很好。我知道还有其他几个问题涉及到将张
当我创建具有一个或多个自定义层的Keras模型时,可以使用model.save()方法以TensorFlow SavedModel格式持久化Keras模型。我可以使用tf.keras.models.load_model()函数从文件系统中加载此模型,然后再次将其保存到文件系统中。missing 1 required argument: training 您可以尝试使用以下代码复制此问题: import tensorflow as tf
class C