How to deal with input shape of Conv1D with keras?

后端 未结 0 1602
再見小時候
再見小時候 2020-12-29 02:04

I\'ve been trying to train a CNN on a dataset.

So i built the following CNN :

model = Sequential()

num_filters = 8
filter_size = 3
pool_size = 2

mode         


        
相关标签:
回答
  • 消灭零回复
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题