Ysz2022 / NeRCo

[ICCV 2023] Implicit Neural Representation for Cooperative Low-light Image Enhancement
https://openaccess.thecvf.com/content/ICCV2023/html/Yang_Implicit_Neural_Representation_for_Cooperative_Low-light_Image_Enhancement_ICCV_2023_paper.html
222 stars 15 forks source link

multi gpus #4

Closed MikeQ0425 closed 1 year ago

MikeQ0425 commented 1 year ago

How can i run your code on multi gpus? I change the parameter 'gpu_ids' but it didnt work.

Ysz2022 commented 1 year ago

Thanks for your interest in our work :). I am very sorry that our code cannot run on multiple GPUs yet (at least I haven't tried it before).

You can change the input resolution by adjusting "load_size", "crop_size", and "display_winsize" in base_options.py in the options directory. Noting that "preprocess" should be set as "resize_and_crop".

Further, if I have time, I will try to make my code be able to run on multiple GPUs! 😊

MikeQ0425 commented 1 year ago

Thank you for your reply and your amazing job.I will try your suggestions,hope it can be work.

 

------------------ 原始邮件 ------------------ 发件人: "Ysz2022/NeRCo" @.>; 发送时间: 2023年7月27日(星期四) 下午5:25 @.>; @.**@.>; 主题: Re: [Ysz2022/NeRCo] multi gpus (Issue #4)

Thanks for your interest in our work :). I am very sorry that our code cannot run on multiple GPUs yet (at least I haven't tried it before).

You can change the input resolution by adjusting "load_size", "crop_size", and "display_winsize" in base_options.py in the options directory. Noting that "preprocess" should be set as "resize_and_crop".

Further, if I have time, I will try to make my code be able to run on multiple GPUs! 😊

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Ysz2022 commented 1 year ago

Thanks for your interest again :).

BTW, I will temporally close this issue, you are welcome to reopen it if you have any further questions!