Algolzw / image-restoration-sde

Image Restoration with Mean-Reverting Stochastic Differential Equations, ICML 2023. Winning solution of the NTIRE 2023 Image Shadow Removal Challenge.
https://algolzw.github.io/ir-sde/index.html
MIT License
521 stars 39 forks source link

卡在cosine schedule这里不动了 #75

Open William20234 opened 4 months ago

Algolzw commented 4 months ago

你好,程序应该还是在跑,日志输出是单独保存在log文件夹里面的。

melikaaala commented 2 months ago

Hi I have the same issues and log file show ieltration but IT dosent move

Algolzw commented 2 months ago

Hi I have the same issues and log file show ieltration but IT dosent move

Hi you'd better run the code in the backend.

melikaaala commented 2 months ago

I have run in google colab. do you mean I should run on gpu?? thanks for your reply I really appreciate it

On Fri, May 3, 2024 at 4:51 PM balabala @.***> wrote:

Hi I have the same issues and log file show ieltration but IT dosent move

Hi you'd better run the code in the backend.

— Reply to this email directly, view it on GitHub https://github.com/Algolzw/image-restoration-sde/issues/75#issuecomment-2093009979, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALIF3BGXCHNLUHNKCRPGEWTZAOFOLAVCNFSM6AAAAABDCU4MCSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJTGAYDSOJXHE . You are receiving this because you commented.Message ID: @.***>

melikaaala commented 2 months ago

You mean on GPU??

Algolzw commented 2 months ago

Yep, I mean the remote GPU server. If you want to train it on the colab, maybe you can explicitly print the loss by changing the logger.info(...) to print(...) here.

melikaaala commented 1 month ago

HI sorry to interrupt you but I have a problem with running your diffusion code. Does this log file mean it is running ?? but log stock in 400 and do not move.

On Sat, May 4, 2024 at 5:24 PM balabala @.***> wrote:

Yep, I mean the remote GPU server. If you want to train it on the colab, maybe you can explicitly print the loss by changing the logger.info(...) to print(...) here https://github.com/Algolzw/image-restoration-sde/blob/2598d73cde3a1e2cf78c4ba4923414e1f4b90393/codes/config/deraining/train.py#L258 .

— Reply to this email directly, view it on GitHub https://github.com/Algolzw/image-restoration-sde/issues/75#issuecomment-2094209655, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALIF3BF5ID3G5P6MLJ4A7EDZATSDHAVCNFSM6AAAAABDCU4MCSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJUGIYDSNRVGU . You are receiving this because you commented.Message ID: @.***>

Algolzw commented 1 month ago

Hi! Have you solved this issue? You can check the GPU with nvidia-smi to see if the program is still running.