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

Variable-sized Input Images #2

Closed
Supersak80 opened this issue Sep 29, 2016 · 1 comment
Closed

Variable-sized Input Images #2

Supersak80 opened this issue Sep 29, 2016 · 1 comment

Comments

@Supersak80
Copy link

@itaicaspi any idea on how we can easily modify your model to accept images of size 64x64?

@itaicaspi
Copy link
Owner

I believe that the only thing you will need to change is the fully connected layer at the end:

net:add(nn.Linear(1536, 1000))

just calculate the new output value or run the network without this layer and get the output shape

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