Spaces:
Runtime error
Runtime error
File size: 1,149 Bytes
ec0fdfd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
--------------Options-------------- activation: leakyrelu add_noise: True attn_D: False attn_E: False attn_G: True batch_size: 1 checkpoints_dir: ./checkpoints coarse_or_refine: refine data_powers: 5 display_env: main display_id: None display_port: 8092 display_server: http://localhost display_single_pane_ncols: 0 display_winsize: 256 down_layers: 4 dropout: 0.0 embed_dim: 512 embed_type: learned epoch: latest eval: False fine_size: 512 fixed_size: 256 gpu_ids: 0 how_many: inf img_file: ./examples/imagenet/img/ img_nc: 3 init_gain: 0.02 init_type: kaiming isTrain: False kernel_E: 1 kernel_G: 3 kernel_T: 1 lipip_path: ./model/lpips/vgg.pth load_size: 512 mask_file: ./examples/imagenet/mask/ mask_type: 3 mid_layers: 6 model: tc nThreads: 8 n_decoders: 0 n_encoders: 12 n_layers_D: 3 n_layers_G: 4 name: celeba ndf: 32 netD: style netE: diff netG: diff netT: original ngf: 32 no_flip: False no_shuffle: True norm: pixel nsampling: 1 num_embeds: 1024 num_res_blocks: 2 phase: test preprocess: scale_shortside results_dir: ./results reverse_mask: False top_k: 10 use_pos_G: False which_iter: 0 word_size: 16 ----------------End---------------- |