CNN and time distributed layer

前端 未结 0 1240
半阙折子戏
半阙折子戏 2020-12-31 00:53

I have a sequential model as follows:

model = Sequential()
model.add(TimeDistributed(cnn, input_shape=(x,y,z,1))) ## ------> cnn is another sequential
mode         


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