I want to design a BiLstm-Alexnet Model by below code: model= Sequential() model.add(Reshape((450,2,2),input_shape=(900,1,2))) ...
確定! 回上一頁