You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: Negative dimension size caused by subtracting 7 from 6 for 'final_cnn_4/convolution' (op: 'Conv2D') with input shapes: [?,6,6,8], [7,7,8,1].
The text was updated successfully, but these errors were encountered:
keraspp/ex6_2_ae_conv_mnist_mc.py
Line 29 in 4090fcc
리포지토리 코드와 책에 따르면 인코딩 모델의 마지막 레이어는 7x7 사이즈를 갖도록 설정되었는데요,
max_pooling2
레이어의 출력값이 6x6 인데 CNN 7x7 을 사용할 수 있나요?위 summary() 결과를 얻기 위해 사용한 모델 코드는 아래와 같습니다.
또한 7x7 사이즈의 CNN 을 사용했을 때, 나오는 에러는 아래와 같습니다.
The text was updated successfully, but these errors were encountered: