在我的数据集上运行该model.fit(...)
方法。我不断收到这样的错误:
ValueError: in user code:
...
ValueError: Could not find matching function to call loaded from the SavedModel. Got:
Positional arguments (4 total):
* Tensor("inputs:0", shape=(160, 160, 3), dtype=float32)
* False
* False
* 0.99
Keyword arguments: {}
validatin_data
但是,只有在我的model.fit(...)
通话中包含此错误时,我才会收到此错误。对此进行任何澄清都会有所帮助。我不介意分享我的 Google Colab 笔记本来展示我如何使用tf.data.Dataset
.
我的代码可以在Google Colab上找到。