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

Where is the param 'hook' in function define_G #15

Open
tyusr opened this issue Feb 14, 2019 · 1 comment
Open

Where is the param 'hook' in function define_G #15

tyusr opened this issue Feb 14, 2019 · 1 comment

Comments

@tyusr
Copy link

tyusr commented Feb 14, 2019

self.netG = networks.define_G(opt.input_nc, opt.output_nc,
opt.ngf, opt.which_model_netG,
opt.norm, not opt.no_dropout,
opt.init_type,
self.gpu_ids)

Where is the param 'hook' there? Seems that the function 'define_G' needs a param 'hook'

def define_G(input_nc, output_nc, ngf, which_model_netG, hook, input_size, norm='batch', use_dropout=False, init_type='normal', gpu_ids=[]):

@zhangbin01
Copy link

I have the same problem

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

2 participants