pix2pixHD icon indicating copy to clipboard operation
pix2pixHD copied to clipboard

What does global or local means?

Open Nise-2-meet-U opened this issue 4 years ago • 2 comments

self.parser.add_argument('--netG', type=str, default='global', help='selects model to use for netG')

Nise-2-meet-U avatar Feb 21 '21 14:02 Nise-2-meet-U

global means only G1 will be trained. You could refer to figure3 in the paper. G1 means global while G2 means local

syfbme avatar Mar 05 '21 02:03 syfbme

global means only G1 will be trained. You could refer to figure3 in the paper. G1 means global while G2 means local

so my bro, How do you do local training? Do you train globally first and then locally? My training instructions are: python train.py --name label2LWIR_214_mini_global_then_local --label_nc 3 --gpu_ids 0 --resize_or_crop none --dataroot D:\shuangguangxiagnmuyiqi_Dataset\tule --continue_train --lr 0.000010 I used annotated images for training, not real images,Unfortunately, my local training was also poor

watershadow1212 avatar Jul 01 '22 06:07 watershadow1212