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

Are multiple GPUs available? #36

Open
DaehanKim-Korea opened this issue Sep 11, 2020 · 3 comments
Open

Are multiple GPUs available? #36

DaehanKim-Korea opened this issue Sep 11, 2020 · 3 comments

Comments

@DaehanKim-Korea
Copy link

Are multiple GPUs available?

@YapengTian
Copy link
Owner

Yes, we can use multiple gpus during training (--gpu 0,1,3,...). For evaluation, we only use one gpu.

@sljlp
Copy link

sljlp commented Dec 10, 2020

how to evaluate an image with a large size, such as 1920x1080 or 1280x720?

@YapengTian
Copy link
Owner

One commonly used way is to split the full images into image patches and then compose the generate patches to full images again. https://github.com/YapengTian/TDAN-VSR-CVPR-2020/blob/master/solver.py pls look at the chop_forward 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

3 participants