How can I change the elements of the convolution filtering by using keras?

后端 未结 0 922
一生所求
一生所求 2021-02-05 10:34

I used keras from tensorflow to establishing the CNN, now I add the layers as following:

model.add(layers.Conv2D(6, (5, 5), activation=\'relu\', input_shape=(200,         


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