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 size #13

Open
fdbtrs opened this issue Aug 14, 2018 · 2 comments
Open

Input size #13

fdbtrs opened this issue Aug 14, 2018 · 2 comments

Comments

@fdbtrs
Copy link

fdbtrs commented Aug 14, 2018

Hi
Is it possible to train the network with original VGG input size 224*224
Thanks

@roimehrez
Copy link
Owner

The CRN architecture works well for power of 2 since the layers size are 4--8--16--32--64--128--256
You can change the network to a different one and feed any size you wish. You can use 256 over none for the CRN

Why do you need 224*224?

@fdbtrs
Copy link
Author

fdbtrs commented Aug 14, 2018

Hi
Thanks for reply.
I need to validate the result against another vgg model without resizing the generated message.
Mainly to check whether the model has preserved the identity or not.

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