Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not download weights #203

Open
fatalfeel opened this issue Mar 14, 2021 · 7 comments
Open

can not download weights #203

fatalfeel opened this issue Mar 14, 2021 · 7 comments

Comments

@fatalfeel
Copy link

Download weights from Google Drive . Note that during the inference you need to keep only Generator weights.
Put the weights into

@chihina
Copy link

chihina commented Mar 16, 2021

I also have the same issue. Please anyone share a Generator model weight file!

@fatalfeel
Copy link
Author

I will modify code let it simple and train it by myself, later paste here
DeblurGAN have v2 but its not original gan

@Carrolinewang
Copy link

I also have the same issue. Please anyone share a Generator model weight file!

Have you solve the problem? I have the same issue.

@fatalfeel
Copy link
Author

fatalfeel commented Mar 20, 2021

i find out in DeblurGAN/checkpoints/experiment_name/
latest_net_D.pth
latest_net_G.pth
so you do not need to download, the latest_net_G.pth is the pretrain

@Carrolinewang
Copy link

i find out in DeblurGAN/checkpoints/experiment_name/
latest_net_D.pth
latest_net_G.pth
so you do not need to download, the latest_net_G.pth is the pretrain

I get it.Thank you.

@fatalfeel
Copy link
Author

fatalfeel commented Mar 20, 2021

here i modify Perceptual-Loss that refer from

  1. https://github.com/tyui592/Perceptual_loss_for_real_time_style_transfer/blob/master/main.py
  2. https://github.com/rrmina/fast-neural-style-pytorch/blob/master/train.py
    change struct make DeblurGAN easy learn and train
    https://github.com/fatalfeel/DeblurGAN

later~ I will release FPN-Resnet to do G-net, its faster on cuda and do small block well

@fatalfeel
Copy link
Author

we do not need to move to DeblurGANV2,
I add hi-resolution fpn152 with resnet-backbone here is the code.
https://github.com/fatalfeel/DeblurGAN/blob/master/models/fpn_resnet.py
Also add n_layers_G layers up options and n_blocks_G up options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants