Home Forums Fórum Deep Learning com Python de A a Z: O Curso Completo TypeError: __init__() missing 1 required positional argument: ‘kernel_size’

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35332
    Caio
    Participant

      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)))

      #35361
      Fábio Spak
      Participant

        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

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.