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

Validation & Test shouldn't randomly crop the input image #15

Open
nitinsurya opened this issue Sep 2, 2019 · 2 comments
Open

Validation & Test shouldn't randomly crop the input image #15

nitinsurya opened this issue Sep 2, 2019 · 2 comments

Comments

@nitinsurya
Copy link

nitinsurya commented Sep 2, 2019

I haven't read the paper yet, but looking into the code, random cropping on the validation/test set doesn't seem like a proper evaluation method, as random crop is usually done to avoid model overfitting on training data.

@nitinsurya nitinsurya changed the title Validation shouldn't randomly crop the input image Validation & Test shouldn't randomly crop the input image Sep 3, 2019
@nitinsurya
Copy link
Author

Came across this RandomResizedCrop, which would probably yield even better results.

@huanmofazong
Copy link

Yes, Ramdomcrop should be removed here when in test and val , otherwise randomness will be generated when test or val

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