HDaYv commited on
Commit
6ff68bf
·
verified ·
1 Parent(s): ef2a191

Upload 5 files

Browse files
Files changed (5) hide show
  1. iter.txt +2 -0
  2. latest_net_D.pth +3 -0
  3. latest_net_G.pth +3 -0
  4. loss_log.txt +0 -0
  5. opt.txt +68 -0
iter.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ 188
2
+ 10213
latest_net_D.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70e3620be5851ee6f3a68d5717412a0103cbae23c4a10e725ff9d3c57a2b6d89
3
+ size 22132649
latest_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:139b9b5cc03c2c943bcd48535221c98cd993eb3ab5c6fbd30ed767d4ba3750b2
3
+ size 135763656
loss_log.txt ADDED
The diff for this file is too large to render. See raw diff
 
opt.txt ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ------------ Options -------------
2
+ HE_loss: False
3
+ batchSize: 1
4
+ beta1: 0.5
5
+ checkpoints_dir: ./checkpoints
6
+ continue_train: False
7
+ conv_nd: 2
8
+ data_type: 16
9
+ dataroot: /public/home/win0704/pix2pixHD/Datasets_match_6
10
+ debug: False
11
+ display_freq: 100
12
+ display_winsize: 512
13
+ feat_num: 3
14
+ fineSize: 512
15
+ fp16: False
16
+ gpu_ids: [0]
17
+ input_nc: 1
18
+ instance_feat: False
19
+ isTrain: True
20
+ label_feat: False
21
+ label_nc: 0
22
+ lambda_feat: 10.0
23
+ loadSize: 512
24
+ load_features: False
25
+ load_pretrain:
26
+ local_rank: 0
27
+ lr: 0.0002
28
+ max_dataset_size: inf
29
+ model: pix2pixHD
30
+ nThreads: 0
31
+ n_blocks_global: 9
32
+ n_blocks_local: 3
33
+ n_clusters: 10
34
+ n_downsample_E: 4
35
+ n_downsample_global: 4
36
+ n_layers_D: 3
37
+ n_local_enhancers: 1
38
+ name: Unet
39
+ ndf: 64
40
+ nef: 16
41
+ netG: trans_UNet
42
+ ngf: 32
43
+ niter: 10000
44
+ niter_decay: 1000
45
+ niter_fix_global: 0
46
+ no_flip: False
47
+ no_ganFeat_loss: False
48
+ no_html: False
49
+ no_instance: True
50
+ no_lsgan: False
51
+ no_resie_crop: False
52
+ no_vgg_loss: False
53
+ norm: instance
54
+ npy_random: False
55
+ num_D: 2
56
+ output_nc: 3
57
+ phase: train
58
+ pool_size: 0
59
+ print_freq: 100
60
+ resize_or_crop: scale_width_and_crop
61
+ save_epoch_freq: 1
62
+ save_latest_freq: 100
63
+ serial_batches: False
64
+ tf_log: False
65
+ use_dropout: False
66
+ verbose: False
67
+ which_epoch: latest
68
+ -------------- End ----------------