我正在尝试在我的 CNN 模型上应用转移学习,但出现以下错误。
model = model1(weights = "model1_weights", include_top=False)
----
TypeError: __call__() takes exactly 2 arguments (1 given)
谢谢
python-3.x conv-neural-network keras transfer-learning
conv-neural-network ×1
keras ×1
python-3.x ×1
transfer-learning ×1