hylee commited on
Commit
d0bfb27
1 Parent(s): 0ea865b

Upload formal_author/opt.txt

Browse files
Files changed (1) hide show
  1. formal_author/opt.txt +58 -0
formal_author/opt.txt ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ----------------- Options ---------------
2
+ EYE_H: 40
3
+ EYE_W: 56
4
+ MOUTH_H: 40
5
+ MOUTH_W: 64
6
+ NOSE_H: 48
7
+ NOSE_W: 48
8
+ aspect_ratio: 1.0
9
+ auxiliary_root: auxiliary
10
+ batch_size: 1
11
+ bg_dir: dataset/mask/ALL
12
+ checkpoints_dir: /home/hylee/cartoon/APDrawingGAN/checkpoints/ [default: ./checkpoints]
13
+ comb_op: 1
14
+ dataroot: dataset/data/a [default: ]
15
+ dataset_mode: single
16
+ display_env: main
17
+ display_id: 1
18
+ display_port: 8097
19
+ display_server: http://localhost
20
+ display_winsize: 256
21
+ fineSize: 512
22
+ gpu_ids: -1
23
+ host: localhost
24
+ how_many: 70
25
+ init_gain: 0.02
26
+ init_type: normal
27
+ input_nc: 3
28
+ isTrain: False [default: None]
29
+ lm_dir: dataset/landmark/ALL
30
+ loadSize: 512
31
+ max_dataset_size: inf
32
+ model: test [default: apdrawing_gan]
33
+ n_layers_D: 3
34
+ name: formal_author [default: experiment_name]
35
+ ndf: 64
36
+ netD: basic
37
+ netG: unet_256
38
+ ngf: 64
39
+ nnG: 9
40
+ no_dropout: False
41
+ no_flip: False
42
+ norm: batch
43
+ ntest: inf
44
+ num_threads: 4
45
+ output_nc: 1
46
+ phase: test
47
+ port: 8001
48
+ resize_or_crop: resize_and_crop
49
+ results_dir: ./results/
50
+ save2: False
51
+ serial_batches: False
52
+ soft_border: 0
53
+ suffix:
54
+ use_local: True [default: False]
55
+ verbose: False
56
+ which_direction: AtoB
57
+ which_epoch: 300 [default: latest]
58
+ ----------------- End -------------------