We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
In keras_transfer_cifar10.ipynb
When you train a shallow net
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 ?
The text was updated successfully, but these errors were encountered: