model.load_weights(filename) NameError: name 'model' is not defined 我添加了以下内容,但错误仍然存在: from keras.models import Sequential from ...
確定! 回上一頁