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

high resolution images of dimension 96X96? #11

Open
udion opened this issue Feb 4, 2018 · 2 comments
Open

high resolution images of dimension 96X96? #11

udion opened this issue Feb 4, 2018 · 2 comments

Comments

@udion
Copy link

udion commented Feb 4, 2018

How did you get 96X96 high resolution REAL images for comparison?
My understanding was that we take the original dataset (cifar-10, consisting images of dimension 32X32), down-sample the images to (say 4 times, i.e 8X8) and use this down-sampled and corresponding original version for the training pair.

While testing we will feed some down-sampled (i.e 8X8) and expect a 32X32 image which is very close to corresponding original 32X32 image. How come your outputs are 96X96? It seems you first up-scaled the images and then down-sampled. Will it not affect the quality of the output?

@aitorzip
Copy link
Owner

aitorzip commented Feb 6, 2018

Hi, the results for the 96x96 resolution were trained using ImageNet, not CIFAR-10. Doing it as you say would be silly as you correctly guess.

@udion
Copy link
Author

udion commented Feb 8, 2018

also did you tune the beta in swish activation function?

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