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

how to save the final net parameter and model #36

Open jackchinor opened 5 years ago

jackchinor commented 5 years ago

hi, everyone , I have run the code successfully. But I have two question. Question 1:how to save the final net parameter and model which give the certain input picture, I can use the fitted model to generate a good result instead of training the net again? Question 2:if I change the input picture, will the net should be trained again,it needs a lot of time to train a certain net. how should I solve it?

Thanks, very appreciate.

zhangchurong commented 5 years ago

I also want to know!!

D-YL commented 4 years ago

hi, everyone , I have run the code successfully. But I have two question. Question 1:how to save the final net parameter and model which give the certain input picture, I can use the fitted model to generate a good result instead of training the net again? Question 2:if I change the input picture, will the net should be trained again,it needs a lot of time to train a certain net. how should I solve it?

Thanks, very appreciate.

i can't run this code successfully, would you share your code?