|
run_title: '' |
|
|
|
generator: |
|
kind: pix2pixhd_global |
|
input_nc: 4 |
|
output_nc: 3 |
|
ngf: 64 |
|
n_downsampling: 3 |
|
n_blocks: 15 |
|
conv_kind: default |
|
add_out_act: sigmoid |
|
|
|
training_model: |
|
kind: default |
|
visualize_each_iters: 1000 |
|
concat_mask: true |
|
store_discr_outputs_for_vis: true |
|
|
|
losses: |
|
l1: |
|
weight_missing: 0 |
|
weight_known: 10 |
|
perceptual: |
|
weight: 0 |
|
adversarial: |
|
kind: r1 |
|
weight: 10 |
|
gp_coef: 0.001 |
|
mask_as_fake_target: true |
|
allow_scale_mask: true |
|
feature_matching: |
|
weight: 100 |
|
resnet_pl: |
|
weight: 30 |
|
weights_path: ${env:TORCH_HOME} |
|
|
|
defaults: |
|
- location: celeba |
|
- data: abl-04-256-mh-dist-celeba |
|
- discriminator: pix2pixhd_nlayer |
|
- optimizers: default_optimizers |
|
- visualizer: directory |
|
- evaluator: default_inpainted |
|
- trainer: any_gpu_large_ssim_ddp_final_celeba |
|
- hydra: overrides |