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

train acc about high resolution on cifar #2

Open
wangqiim opened this issue Oct 8, 2021 · 2 comments
Open

train acc about high resolution on cifar #2

wangqiim opened this issue Oct 8, 2021 · 2 comments

Comments

@wangqiim
Copy link

wangqiim commented Oct 8, 2021

Thanks for you work. I am reproducing your work on cifar dataset, but I find the high/low resolution acc always lower than independent train each resolution. Have you ever had this problem?

@wangqiim wangqiim changed the title train acc about high resolution train acc about high resolution on cifar Oct 8, 2021
@yikaiw
Copy link
Owner

yikaiw commented Oct 11, 2021

Hi, thanks for your interest. We did not try to evaluate on cifar. But I guess If independent BNs, and the multi-resolution setting in dataloader (the same random crop is resized multiple times, not multiple random crops) are properly implemented, the method could potentially still work.

@wangqiim
Copy link
Author

wangqiim commented Oct 18, 2021

I switch different resolution use

input # [batchsize, 3, 32, 32]
inputs = [
F.interpolate(input, size=[32, 32]).cuda(), 
F.interpolate(input, size=[16, 16]).cuda(), 
F.interpolate(input, size=[8, 8]).cuda()
]

instead of modify dataloader. May be the resolution is too small or this function is not fit I guess.........

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