DmitryUlyanov / deep-image-prior

Image restoration with neural networks but without learning.
https://dmitryulyanov.github.io/deep_image_prior
Other
7.79k stars 1.42k forks source link

optimize step #110

Open tuvovan opened 1 year ago

tuvovan commented 1 year ago

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?

anseok83 commented 10 months ago

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