xuzuoyun 3 vuotta sitten
vanhempi
commit
7891a98723

+ 0 - 1
.gitignore

@@ -129,7 +129,6 @@ dmypy.json
 .pyre/
 
 docs/ppt/
-checkpoints/
 *.tar
 *.patch
 *.zip

+ 2 - 0
checkpoints/people/iter.txt

@@ -0,0 +1,2 @@
+519
+4062

BIN
checkpoints/people/latest_net_D1.pth


BIN
checkpoints/people/latest_net_D2.pth


BIN
checkpoints/people/latest_net_G.pth


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 11208 - 0
checkpoints/people/loss_log.txt


+ 72 - 0
checkpoints/people/opt.txt

@@ -0,0 +1,72 @@
+------------ Options -------------
+batchSize: 8
+beta1: 0.5
+checkpoints_dir: ./checkpoints
+continue_train: False
+data_type: 32
+dataroot: ./datasets/cityscapes/
+debug: False
+display_freq: 99
+display_winsize: 512
+feat_num: 3
+fineSize: 512
+fp16: False
+gan_mode: hinge
+gpu_ids: [0]
+image_size: 224
+input_nc: 3
+instance_feat: False
+isTrain: True
+label_feat: False
+label_nc: 0
+lambda_GP: 10.0
+lambda_feat: 10.0
+lambda_id: 20.0
+lambda_rec: 10.0
+latent_size: 512
+loadSize: 1024
+load_features: False
+load_pretrain: 
+local_rank: 0
+lr: 0.0002
+max_dataset_size: inf
+model: pix2pixHD
+nThreads: 2
+n_blocks_global: 6
+n_blocks_local: 3
+n_clusters: 10
+n_downsample_E: 4
+n_downsample_global: 3
+n_layers_D: 4
+n_local_enhancers: 1
+name: people
+ndf: 64
+nef: 16
+netG: global
+ngf: 64
+niter: 10000
+niter_decay: 10000
+niter_fix_global: 0
+no_flip: False
+no_ganFeat_loss: False
+no_html: False
+no_instance: False
+no_vgg_loss: False
+norm: batch
+norm_G: spectralspadesyncbatch3x3
+num_D: 2
+output_nc: 3
+phase: train
+pool_size: 0
+print_freq: 100
+resize_or_crop: scale_width
+save_epoch_freq: 10000
+save_latest_freq: 10000
+semantic_nc: 3
+serial_batches: False
+tf_log: False
+times_G: 1
+use_dropout: False
+verbose: False
+which_epoch: latest
+-------------- End ----------------