How does a model that has both convolutional layers and recurrent layers behave?

后端 未结 0 1054
鱼传尺愫
鱼传尺愫 2021-02-03 12:00

Suppose I have the following model in keras:

model = keras.models.Sequential([
    keras.layers.Conv1D(filters=20, kernel_size=4, strides=2, padding="valid&q         


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