sovit-123 / image-deblurring-using-deep-learning

PyTorch implementation of image deblurring using deep learning. Use a simple convolutional autoencoder neural network to deblur Gaussian blurred images.
20 stars 5 forks source link

model #1

Open lixryjz opened 1 year ago

lixryjz commented 1 year ago

hellow,where is the "model.pth"?

sovit-123 commented 1 year ago

That will be saved in the outputs directory after the training completes.

lixryjz commented 1 year ago

  Yes, I understand, but since I'm at home now, my computer is not up to the job, so I asked if there is a model.pth to do it,thanks!

------------------ 原始邮件 ------------------ 发件人: "sovit-123/image-deblurring-using-deep-learning" @.>; 发送时间: 2022年8月30日(星期二) 下午5:48 @.>; @.**@.>; 主题: Re: [sovit-123/image-deblurring-using-deep-learning] model (Issue #1)

That will be saved in the outputs directory after the training completes.

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

lixryjz commented 1 year ago

  Yes, I understand, but since I'm at home now, my computer is not up to the job, so I asked if there is a model.pth to do it,thanks!

------------------ 原始邮件 ------------------ 发件人: "sovit-123/image-deblurring-using-deep-learning" @.>; 发送时间: 2022年8月30日(星期二) 下午5:48 @.>; @.**@.>; 主题: Re: [sovit-123/image-deblurring-using-deep-learning] model (Issue #1)

That will be saved in the outputs directory after the training completes.

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

sovit-123 commented 1 year ago

Actually, I don't have a model trained right now. Its an old project and I changed my system recently, so don't have the trained model with me.

lixryjz commented 1 year ago

okay,thanks for your help

------------------ 原始邮件 ------------------ 发件人: "Sovit Ranjan @.>; 发送时间: 2022年8月30日(星期二) 晚上6:08 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [sovit-123/image-deblurring-using-deep-learning] model (Issue #1)

Actually, I don't have a model trained right now. Its an old project and I changed my system recently, so don't have the trained model with me.

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

sohampadhye007 commented 1 year ago

import models not working Please resolve