ZhangqiSJTU commited on
Commit
266c985
·
verified ·
1 Parent(s): 7d21475

Upload 7 files

Browse files
checkpoints/HealthiVert-GAN-sagittal/latest_net_D_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c5eaa4e2e819c04f9ca6ad61410df427c044fb1a5603d9d1408a376854d60b6
3
+ size 11068874
checkpoints/HealthiVert-GAN-sagittal/latest_net_D_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86e66581ff745e9fd639baeca8a6e835ffb74c2b2cbc7f1e14538a978bd06c09
3
+ size 11068874
checkpoints/HealthiVert-GAN-sagittal/latest_net_D_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e003ed7ed485a8c2484e96cc5a3420312e234bee0dd6a4167c085b807576c92
3
+ size 11068874
checkpoints/HealthiVert-GAN-sagittal/latest_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:069e833d292de9161513a6c3a8b09553e6fd157dba2db97eb6f784f7b4a4728c
3
+ size 4101894
checkpoints/HealthiVert-GAN-sagittal/loss_log.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoints/HealthiVert-GAN-sagittal/test_opt.txt ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ----------------- Options ---------------
2
+ aspect_ratio: 1.0
3
+ batch_size: 12
4
+ checkpoints_dir: ./checkpoints
5
+ crop_size: 256
6
+ dataroot: ./datasets/straighten/revised [default: None]
7
+ dataset_mode: aligned
8
+ direction: BtoA [default: AtoB]
9
+ display_winsize: 256
10
+ epoch: latest
11
+ eval: False
12
+ gpu_ids: 0
13
+ init_gain: 0.02
14
+ init_type: normal
15
+ input_nc: 1
16
+ isTrain: False [default: None]
17
+ load_iter: 0 [default: 0]
18
+ load_size: 256
19
+ max_dataset_size: inf
20
+ model: pix2pix [default: test]
21
+ n_layers_D: 3
22
+ name: 0426_adaptive_sagittal [default: experiment_name]
23
+ ndf: 64
24
+ netD: basic
25
+ netG: unet_256
26
+ ngf: 64
27
+ no_dropout: False
28
+ no_flip: False
29
+ norm: batch
30
+ num_test: 1000
31
+ num_threads: 16
32
+ output_nc: 1
33
+ phase: test
34
+ preprocess: none
35
+ results_dir: ./results/
36
+ serial_batches: False
37
+ suffix:
38
+ use_wandb: False
39
+ verbose: False
40
+ vert_class: normal
41
+ wandb_project_name: CycleGAN-and-pix2pix
42
+ ----------------- End -------------------
checkpoints/HealthiVert-GAN-sagittal/train_opt.txt ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ----------------- Options ---------------
2
+ batch_size: 12
3
+ beta1: 0.5
4
+ checkpoints_dir: ./checkpoints
5
+ continue_train: False
6
+ crop_size: 256
7
+ dataroot: ./datasets/straighten/revised [default: None]
8
+ dataset_mode: aligned
9
+ direction: BtoA [default: AtoB]
10
+ display_env: main
11
+ display_freq: 400
12
+ display_id: 1
13
+ display_ncols: 4
14
+ display_port: 8097
15
+ display_server: http://localhost
16
+ display_winsize: 256
17
+ epoch: latest
18
+ epoch_count: 1
19
+ gan_mode: vanilla
20
+ gpu_ids: 0
21
+ init_gain: 0.02
22
+ init_type: normal
23
+ input_nc: 1
24
+ isTrain: True [default: None]
25
+ lambda_L1: 200.0
26
+ load_iter: 0 [default: 0]
27
+ load_size: 256
28
+ lr: 0.0002
29
+ lr_decay_iters: 50
30
+ lr_policy: linear
31
+ max_dataset_size: inf
32
+ model: pix2pix
33
+ n_epochs: 200
34
+ n_epochs_decay: 800
35
+ n_layers_D: 3
36
+ name: 0426_adaptive_sagittal [default: experiment_name]
37
+ ndf: 64
38
+ netD: basic
39
+ netG: unet_256
40
+ ngf: 64
41
+ no_dropout: False
42
+ no_flip: False
43
+ no_html: False
44
+ norm: batch
45
+ num_threads: 16
46
+ output_nc: 1
47
+ phase: train
48
+ pool_size: 0
49
+ preprocess: none
50
+ print_freq: 100
51
+ save_by_iter: False
52
+ save_epoch_freq: 5
53
+ save_latest_freq: 5000
54
+ serial_batches: False
55
+ suffix:
56
+ update_html_freq: 1000
57
+ use_wandb: False
58
+ verbose: False
59
+ vert_class: normal
60
+ wandb_project_name: CycleGAN-and-pix2pix
61
+ ----------------- End -------------------