Error converting keras model to coreml ('InputLayer' object is not iterable)

后端 未结 0 1923
南笙
南笙 2020-12-18 16:38

my keras model:

model = Sequential()
model.add(LSTM(128, return_sequences=True, input_shape=(18, 63)))
model.add(LSTM(64))
model.add(Dense(3, activation=\'sof         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题