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

Adapt to convolutional networks #5

Closed
JakobKHAndersen opened this issue Nov 25, 2019 · 2 comments
Closed

Adapt to convolutional networks #5

JakobKHAndersen opened this issue Nov 25, 2019 · 2 comments

Comments

@JakobKHAndersen
Copy link

Hi

Thank for making your code availiable. I'm trying to adapt the model into a convolutional network but i'm failing due to shape mismatching. Have you tried to do this?

BR.

@divamgupta
Copy link
Owner

divamgupta commented Nov 27, 2019

Hi,

Could you provide more details on what you are trying to do?
I have not tested the model with a CNN but it should work.

@JakobKHAndersen
Copy link
Author

Basically, I'm trying to replace the fully connected (Dense) layers in the encoder with Conv2D layers in order to classify (28,28,1) input volumes as opposed to (784,) inputs. Hope it makes sense.

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