Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input dimensions mismatch #1

Open
anujgupta82 opened this issue Jan 24, 2018 · 1 comment
Open

Input dimensions mismatch #1

anujgupta82 opened this issue Jan 24, 2018 · 1 comment

Comments

@anujgupta82
Copy link

In keras_transfer_cifar10.ipynb
When you train a shallow net

      model.add(Conv2D(filters=100, kernel_size=2, input_shape=features.shape[1:]))

features since they come from bottle neck, they are of dimensions [:, 2048]
The above code line is trying to run a 2D CNN on this ?

@smiler96
Copy link

In keras_transfer_cifar10.ipynb
When you train a shallow net

      model.add(Conv2D(filters=100, kernel_size=2, input_shape=features.shape[1:]))

features since they come from bottle neck, they are of dimensions [:, 2048]
The above code line is trying to run a 2D CNN on this ?

have you solved it ? also i came across the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants