- This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Fórum Deep Learning com Python de A a Z: O Curso Completo › TypeError: __init__() missing 1 required positional argument: ‘kernel_size’
Tagged: Estrutura da rede neural
classificador = Sequential()
classificador.add(Conv2D(32),(3,3),input_shape(28,28,1),activation = ‘relu’)
classificador.add(batch_normalization.BatchNormalization)
classificador.add(MaxPooling2D(pool_size=(2,2)))
Olá Caio, você esta utilizando o código fonte atualizado disponível na seção de Recursos para Download?
https://iaexpert.academy/topic/recursos-para-download-7/
Fabio