import sys12class TestOptions(object):3name = 'weights'4results_dir = './results/'5gpu_ids = [0]6crop_size = 2567dataset_mode = 'test'8which_epoch = '10'910aspect_ratio = 1.011checkpoints_dir = ''1213init_type = 'xavier'14init_variance = 0.0215isTrain = False16is_test = True17semantic_nc = 31819model = 'pix2pix'20netG = 'lipspade'21nef = 1622ngf = 482324norm_G = 'spectralspadesyncbatch3x3'25num_upsampling_layers = 'normal'26phase = 'test'27use_vae = False28z_dim = 256293031