DmitryUlyanov / deep-image-prior

Image restoration with neural networks but without learning.

Home Page:https://dmitryulyanov.github.io/deep_image_prior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

optimize step

tuvovan opened this issue · comments

Hey thank you for your code.

I saw a function named optimize like this
optimize(OPTIMIZER, p, closure, LR, num_iter)

Can you please point me to that function?

commented

Hi, the function is in "utils/common_utils.py" file.