remove netF and rename netG
bug
This commit is contained in:
parent
55335dff16
commit
45d12a10d6
@ -253,12 +253,11 @@ class RomaUnsbModel(BaseModel):
|
|||||||
self.visual_names += ['idt_B']
|
self.visual_names += ['idt_B']
|
||||||
|
|
||||||
if self.isTrain:
|
if self.isTrain:
|
||||||
self.model_names = ['G1', 'F1', 'D1', 'E1',
|
self.model_names = ['G', 'D', 'E']
|
||||||
'G2']
|
|
||||||
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
self.model_names = ['G1']
|
self.model_names = ['G']
|
||||||
|
|
||||||
# 创建网络
|
# 创建网络
|
||||||
self.netG = networks.define_G(opt.input_nc, opt.output_nc, opt.ngf, opt.netG, opt.normG, not opt.no_dropout, opt.init_type, opt.init_gain, opt.no_antialias, opt.no_antialias_up, self.gpu_ids, opt)
|
self.netG = networks.define_G(opt.input_nc, opt.output_nc, opt.ngf, opt.netG, opt.normG, not opt.no_dropout, opt.init_type, opt.init_gain, opt.no_antialias, opt.no_antialias_up, self.gpu_ids, opt)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user