andreas128 / SRFlow

Official SRFlow training code: Super-Resolution using Normalizing Flow in PyTorch
Other
831 stars 111 forks source link

x8 RuntimeError: Error(s) in loading state_dict for SRFlowNet: #18

Closed flybiubiu closed 3 years ago

flybiubiu commented 3 years ago

14

I run command again. (python train.py -opt ./confs/SRFlow_DF2K_4X.yml # Diverse Images 4X (Dataset Included)) and the result is (myenv) (base) ubuntu@ubuntu:~/Desktop/data1024/SRFlow-master/code$ python train.py -opt ./confs/SRFlow_DF2K_4X.yml OrderedDict([('manual_seed', 10), ('lr_G', 0.00025), ('weight_decay_G', 0), ('beta1', 0.9), ('beta2', 0.99), ('lr_scheme', 'MultiStepLR'), ('warmup_iter', -1), ('lr_steps_rel', [0.5, 0.75, 0.9, 0.95]), ('lr_gamma', 0.5), ('niter', 200000), ('val_freq', 40000), ('lr_steps', [100000, 150000, 180000, 190000])]) Disabled distributed training. pretrain_model path will be ignored when resuming training. 21-02-14 23:52:33.972 - INFO: name: train use_tb_logger: model: SRFlow distortion: sr scale: 4 gpu_ids: [0] datasets:[ train:[ name: CelebA_160_tr mode: LRHR_PKL dataroot_GT: ../datasets/DF2K-tr.pklv4 dataroot_LQ: ../datasets/DF2K-tr_X4.pklv4 quant: 32 use_shuffle: True n_workers: 3 batch_size: 12 GT_size: 160 use_flip: True color: RGB phase: train scale: 4 data_type: img ] val:[ name: CelebA_160_va mode: LRHR_PKL dataroot_GT: ../datasets/DIV2K-va.pklv4 dataroot_LQ: ../datasets/DIV2K-va_X4.pklv4 quant: 32 n_max: 20 phase: val scale: 4 data_type: img ] ] dataroot_GT: ../datasets/div2k-validation-modcrop8-gt dataroot_LR: ../datasets/div2k-validation-modcrop8-x4 model_path: ../pretrained_models/SRFlow_DF2K_4X.pth heat: 0.9 network_G:[ which_model_G: SRFlowNet in_nc: 3 out_nc: 3 nf: 64 nb: 23 upscale: 4 train_RRDB: False train_RRDB_delay: 0.5 flow:[ K: 16 L: 3 noInitialInj: True coupling: CondAffineSeparatedAndCond additionalFlowNoAffine: 2 split:[ enable: True ] fea_up0: True stackRRDB:[ blocks: [1, 8, 15, 22] concat: True ] ] scale: 4 ] path:[ pretrain_model_G: /home/ubuntu/Desktop/data1024/SRFlow-master/experiments/train/models/200000_G.pth strict_load: True resume_state: auto root: /home/ubuntu/Desktop/data1024/SRFlow-master experiments_root: /home/ubuntu/Desktop/data1024/SRFlow-master/experiments/train models: /home/ubuntu/Desktop/data1024/SRFlow-master/experiments/train/models training_state: /home/ubuntu/Desktop/data1024/SRFlow-master/experiments/train/training_state log: /home/ubuntu/Desktop/data1024/SRFlow-master/experiments/train val_images: /home/ubuntu/Desktop/data1024/SRFlow-master/experiments/train/val_images ] train:[ manual_seed: 10 lr_G: 0.00025 weight_decay_G: 0 beta1: 0.9 beta2: 0.99 lr_scheme: MultiStepLR warmup_iter: -1 lr_steps_rel: [0.5, 0.75, 0.9, 0.95] lr_gamma: 0.5 niter: 200000 val_freq: 40000 lr_steps: [100000, 150000, 180000, 190000] ] val:[ heats: [0.0, 0.5, 0.75, 1.0] n_sample: 3 ] logger:[ print_freq: 100 save_checkpoint_freq: 1000.0 ] is_train: True dist: False

21-02-14 23:52:34.059 - INFO: Random seed: 10 {'name': 'CelebA_160_tr', 'mode': 'LRHR_PKL', 'dataroot_GT': '../datasets/DF2K-tr.pklv4', 'dataroot_LQ': '../datasets/DF2K-tr_X4.pklv4', 'quant': 32, 'use_shuffle': True, 'n_workers': 3, 'batch_size': 12, 'GT_size': 160, 'use_flip': True, 'color': 'RGB', 'phase': 'train', 'scale': 4, 'data_type': 'img'} Loaded 162150 HR images with [0.00, 255.00] in 15.40s from ../datasets/DF2K-tr.pklv4 Loaded 162150 LR images with [0.00, 255.00] in 15.40s from ../datasets/DF2K-tr_X4.pklv4 21-02-14 23:52:49.469 - INFO: Dataset [LRHR_PKLDataset - CelebA_160_tr] is created. Dataset created 21-02-14 23:52:49.480 - INFO: Number of train images: 162,150, iters: 13,513 21-02-14 23:52:49.480 - INFO: Total epochs needed: 15 for iters 200,000 {'name': 'CelebA_160_va', 'mode': 'LRHR_PKL', 'dataroot_GT': '../datasets/DIV2K-va.pklv4', 'dataroot_LQ': '../datasets/DIV2K-va_X4.pklv4', 'quant': 32, 'n_max': 20, 'phase': 'val', 'scale': 4, 'data_type': 'img'} Loaded 20 HR images with [0.00, 255.00] in 0.79s from ../datasets/DIV2K-va.pklv4 Loaded 20 LR images with [0.00, 255.00] in 0.79s from ../datasets/DIV2K-va_X4.pklv4 21-02-14 23:52:50.273 - INFO: Dataset [LRHR_PKLDataset - CelebA_160_va] is created. 21-02-14 23:52:50.273 - INFO: Number of val images in [CelebA_160_va]: 20 21-02-14 23:52:52.479 - INFO: Network G structure: DataParallel - SRFlowNet, with parameters: 39,541,811

module.RRDB.conv_first.weight True opt module.RRDB.conv_first.weight 21-02-14 23:52:53.174 - WARNING: Params [module.RRDB.conv_first.weight] will not optimize. module.RRDB.conv_first.bias True opt module.RRDB.conv_first.bias 21-02-14 23:52:53.174 - WARNING: Params [module.RRDB.conv_first.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB1.conv1.weight True opt module.RRDB.RRDB_trunk.0.RDB1.conv1.weight 21-02-14 23:52:53.174 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB1.conv1.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB1.conv1.bias True opt module.RRDB.RRDB_trunk.0.RDB1.conv1.bias 21-02-14 23:52:53.174 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB1.conv1.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB1.conv2.weight True opt module.RRDB.RRDB_trunk.0.RDB1.conv2.weight 21-02-14 23:52:53.174 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB1.conv2.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB1.conv2.bias True opt module.RRDB.RRDB_trunk.0.RDB1.conv2.bias 21-02-14 23:52:53.174 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB1.conv2.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB1.conv3.weight True opt module.RRDB.RRDB_trunk.0.RDB1.conv3.weight 21-02-14 23:52:53.174 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB1.conv3.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB1.conv3.bias True opt module.RRDB.RRDB_trunk.0.RDB1.conv3.bias 21-02-14 23:52:53.174 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB1.conv3.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB1.conv4.weight True opt module.RRDB.RRDB_trunk.0.RDB1.conv4.weight 21-02-14 23:52:53.174 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB1.conv4.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB1.conv4.bias True opt module.RRDB.RRDB_trunk.0.RDB1.conv4.bias 21-02-14 23:52:53.175 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB1.conv4.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB1.conv5.weight True opt module.RRDB.RRDB_trunk.0.RDB1.conv5.weight 21-02-14 23:52:53.175 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB1.conv5.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB1.conv5.bias True opt module.RRDB.RRDB_trunk.0.RDB1.conv5.bias 21-02-14 23:52:53.175 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB1.conv5.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB2.conv1.weight True opt module.RRDB.RRDB_trunk.0.RDB2.conv1.weight 21-02-14 23:52:53.175 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB2.conv1.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB2.conv1.bias True opt module.RRDB.RRDB_trunk.0.RDB2.conv1.bias 21-02-14 23:52:53.175 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB2.conv1.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB2.conv2.weight True opt module.RRDB.RRDB_trunk.0.RDB2.conv2.weight 21-02-14 23:52:53.175 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB2.conv2.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB2.conv2.bias True opt module.RRDB.RRDB_trunk.0.RDB2.conv2.bias 21-02-14 23:52:53.175 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB2.conv2.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB2.conv3.weight True opt module.RRDB.RRDB_trunk.0.RDB2.conv3.weight 21-02-14 23:52:53.175 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB2.conv3.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB2.conv3.bias True opt module.RRDB.RRDB_trunk.0.RDB2.conv3.bias 21-02-14 23:52:53.175 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB2.conv3.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB2.conv4.weight True opt module.RRDB.RRDB_trunk.0.RDB2.conv4.weight 21-02-14 23:52:53.175 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB2.conv4.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB2.conv4.bias True opt module.RRDB.RRDB_trunk.0.RDB2.conv4.bias 21-02-14 23:52:53.176 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB2.conv4.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB2.conv5.weight True opt module.RRDB.RRDB_trunk.0.RDB2.conv5.weight 21-02-14 23:52:53.176 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB2.conv5.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB2.conv5.bias True opt module.RRDB.RRDB_trunk.0.RDB2.conv5.bias 21-02-14 23:52:53.176 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB2.conv5.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB3.conv1.weight True opt module.RRDB.RRDB_trunk.0.RDB3.conv1.weight 21-02-14 23:52:53.176 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB3.conv1.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB3.conv1.bias True opt module.RRDB.RRDB_trunk.0.RDB3.conv1.bias 21-02-14 23:52:53.176 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB3.conv1.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB3.conv2.weight True opt module.RRDB.RRDB_trunk.0.RDB3.conv2.weight 21-02-14 23:52:53.176 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB3.conv2.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB3.conv2.bias True opt module.RRDB.RRDB_trunk.0.RDB3.conv2.bias 21-02-14 23:52:53.176 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB3.conv2.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB3.conv3.weight True opt module.RRDB.RRDB_trunk.0.RDB3.conv3.weight 21-02-14 23:52:53.176 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB3.conv3.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB3.conv3.bias True opt module.RRDB.RRDB_trunk.0.RDB3.conv3.bias 21-02-14 23:52:53.176 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB3.conv3.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB3.conv4.weight True opt module.RRDB.RRDB_trunk.0.RDB3.conv4.weight 21-02-14 23:52:53.176 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB3.conv4.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB3.conv4.bias True opt module.RRDB.RRDB_trunk.0.RDB3.conv4.bias 21-02-14 23:52:53.176 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB3.conv4.bias] will not optimize. module.RRDB.RRDB_trunk.0.RDB3.conv5.weight True opt module.RRDB.RRDB_trunk.0.RDB3.conv5.weight 21-02-14 23:52:53.177 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB3.conv5.weight] will not optimize. module.RRDB.RRDB_trunk.0.RDB3.conv5.bias True opt module.RRDB.RRDB_trunk.0.RDB3.conv5.bias 21-02-14 23:52:53.177 - WARNING: Params [module.RRDB.RRDB_trunk.0.RDB3.conv5.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB1.conv1.weight True opt module.RRDB.RRDB_trunk.1.RDB1.conv1.weight 21-02-14 23:52:53.177 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB1.conv1.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB1.conv1.bias True opt module.RRDB.RRDB_trunk.1.RDB1.conv1.bias 21-02-14 23:52:53.177 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB1.conv1.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB1.conv2.weight True opt module.RRDB.RRDB_trunk.1.RDB1.conv2.weight 21-02-14 23:52:53.177 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB1.conv2.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB1.conv2.bias True opt module.RRDB.RRDB_trunk.1.RDB1.conv2.bias 21-02-14 23:52:53.177 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB1.conv2.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB1.conv3.weight True opt module.RRDB.RRDB_trunk.1.RDB1.conv3.weight 21-02-14 23:52:53.177 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB1.conv3.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB1.conv3.bias True opt module.RRDB.RRDB_trunk.1.RDB1.conv3.bias 21-02-14 23:52:53.177 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB1.conv3.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB1.conv4.weight True opt module.RRDB.RRDB_trunk.1.RDB1.conv4.weight 21-02-14 23:52:53.177 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB1.conv4.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB1.conv4.bias True opt module.RRDB.RRDB_trunk.1.RDB1.conv4.bias 21-02-14 23:52:53.177 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB1.conv4.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB1.conv5.weight True opt module.RRDB.RRDB_trunk.1.RDB1.conv5.weight 21-02-14 23:52:53.177 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB1.conv5.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB1.conv5.bias True opt module.RRDB.RRDB_trunk.1.RDB1.conv5.bias 21-02-14 23:52:53.178 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB1.conv5.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB2.conv1.weight True opt module.RRDB.RRDB_trunk.1.RDB2.conv1.weight 21-02-14 23:52:53.178 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB2.conv1.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB2.conv1.bias True opt module.RRDB.RRDB_trunk.1.RDB2.conv1.bias 21-02-14 23:52:53.178 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB2.conv1.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB2.conv2.weight True opt module.RRDB.RRDB_trunk.1.RDB2.conv2.weight 21-02-14 23:52:53.178 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB2.conv2.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB2.conv2.bias True opt module.RRDB.RRDB_trunk.1.RDB2.conv2.bias 21-02-14 23:52:53.178 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB2.conv2.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB2.conv3.weight True opt module.RRDB.RRDB_trunk.1.RDB2.conv3.weight 21-02-14 23:52:53.178 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB2.conv3.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB2.conv3.bias True opt module.RRDB.RRDB_trunk.1.RDB2.conv3.bias 21-02-14 23:52:53.178 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB2.conv3.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB2.conv4.weight True opt module.RRDB.RRDB_trunk.1.RDB2.conv4.weight 21-02-14 23:52:53.178 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB2.conv4.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB2.conv4.bias True opt module.RRDB.RRDB_trunk.1.RDB2.conv4.bias 21-02-14 23:52:53.178 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB2.conv4.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB2.conv5.weight True opt module.RRDB.RRDB_trunk.1.RDB2.conv5.weight 21-02-14 23:52:53.178 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB2.conv5.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB2.conv5.bias True opt module.RRDB.RRDB_trunk.1.RDB2.conv5.bias 21-02-14 23:52:53.178 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB2.conv5.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB3.conv1.weight True opt module.RRDB.RRDB_trunk.1.RDB3.conv1.weight 21-02-14 23:52:53.179 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB3.conv1.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB3.conv1.bias True opt module.RRDB.RRDB_trunk.1.RDB3.conv1.bias 21-02-14 23:52:53.179 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB3.conv1.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB3.conv2.weight True opt module.RRDB.RRDB_trunk.1.RDB3.conv2.weight 21-02-14 23:52:53.179 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB3.conv2.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB3.conv2.bias True opt module.RRDB.RRDB_trunk.1.RDB3.conv2.bias 21-02-14 23:52:53.179 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB3.conv2.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB3.conv3.weight True opt module.RRDB.RRDB_trunk.1.RDB3.conv3.weight 21-02-14 23:52:53.179 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB3.conv3.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB3.conv3.bias True opt module.RRDB.RRDB_trunk.1.RDB3.conv3.bias 21-02-14 23:52:53.179 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB3.conv3.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB3.conv4.weight True opt module.RRDB.RRDB_trunk.1.RDB3.conv4.weight 21-02-14 23:52:53.179 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB3.conv4.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB3.conv4.bias True opt module.RRDB.RRDB_trunk.1.RDB3.conv4.bias 21-02-14 23:52:53.179 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB3.conv4.bias] will not optimize. module.RRDB.RRDB_trunk.1.RDB3.conv5.weight True opt module.RRDB.RRDB_trunk.1.RDB3.conv5.weight 21-02-14 23:52:53.179 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB3.conv5.weight] will not optimize. module.RRDB.RRDB_trunk.1.RDB3.conv5.bias True opt module.RRDB.RRDB_trunk.1.RDB3.conv5.bias 21-02-14 23:52:53.179 - WARNING: Params [module.RRDB.RRDB_trunk.1.RDB3.conv5.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB1.conv1.weight True opt module.RRDB.RRDB_trunk.2.RDB1.conv1.weight 21-02-14 23:52:53.179 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB1.conv1.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB1.conv1.bias True opt module.RRDB.RRDB_trunk.2.RDB1.conv1.bias 21-02-14 23:52:53.180 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB1.conv1.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB1.conv2.weight True opt module.RRDB.RRDB_trunk.2.RDB1.conv2.weight 21-02-14 23:52:53.180 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB1.conv2.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB1.conv2.bias True opt module.RRDB.RRDB_trunk.2.RDB1.conv2.bias 21-02-14 23:52:53.180 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB1.conv2.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB1.conv3.weight True opt module.RRDB.RRDB_trunk.2.RDB1.conv3.weight 21-02-14 23:52:53.180 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB1.conv3.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB1.conv3.bias True opt module.RRDB.RRDB_trunk.2.RDB1.conv3.bias 21-02-14 23:52:53.180 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB1.conv3.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB1.conv4.weight True opt module.RRDB.RRDB_trunk.2.RDB1.conv4.weight 21-02-14 23:52:53.180 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB1.conv4.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB1.conv4.bias True opt module.RRDB.RRDB_trunk.2.RDB1.conv4.bias 21-02-14 23:52:53.180 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB1.conv4.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB1.conv5.weight True opt module.RRDB.RRDB_trunk.2.RDB1.conv5.weight 21-02-14 23:52:53.180 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB1.conv5.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB1.conv5.bias True opt module.RRDB.RRDB_trunk.2.RDB1.conv5.bias 21-02-14 23:52:53.180 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB1.conv5.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB2.conv1.weight True opt module.RRDB.RRDB_trunk.2.RDB2.conv1.weight 21-02-14 23:52:53.180 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB2.conv1.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB2.conv1.bias True opt module.RRDB.RRDB_trunk.2.RDB2.conv1.bias 21-02-14 23:52:53.180 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB2.conv1.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB2.conv2.weight True opt module.RRDB.RRDB_trunk.2.RDB2.conv2.weight 21-02-14 23:52:53.181 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB2.conv2.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB2.conv2.bias True opt module.RRDB.RRDB_trunk.2.RDB2.conv2.bias 21-02-14 23:52:53.181 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB2.conv2.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB2.conv3.weight True opt module.RRDB.RRDB_trunk.2.RDB2.conv3.weight 21-02-14 23:52:53.181 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB2.conv3.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB2.conv3.bias True opt module.RRDB.RRDB_trunk.2.RDB2.conv3.bias 21-02-14 23:52:53.181 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB2.conv3.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB2.conv4.weight True opt module.RRDB.RRDB_trunk.2.RDB2.conv4.weight 21-02-14 23:52:53.181 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB2.conv4.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB2.conv4.bias True opt module.RRDB.RRDB_trunk.2.RDB2.conv4.bias 21-02-14 23:52:53.181 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB2.conv4.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB2.conv5.weight True opt module.RRDB.RRDB_trunk.2.RDB2.conv5.weight 21-02-14 23:52:53.181 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB2.conv5.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB2.conv5.bias True opt module.RRDB.RRDB_trunk.2.RDB2.conv5.bias 21-02-14 23:52:53.181 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB2.conv5.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB3.conv1.weight True opt module.RRDB.RRDB_trunk.2.RDB3.conv1.weight 21-02-14 23:52:53.181 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB3.conv1.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB3.conv1.bias True opt module.RRDB.RRDB_trunk.2.RDB3.conv1.bias 21-02-14 23:52:53.181 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB3.conv1.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB3.conv2.weight True opt module.RRDB.RRDB_trunk.2.RDB3.conv2.weight 21-02-14 23:52:53.182 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB3.conv2.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB3.conv2.bias True opt module.RRDB.RRDB_trunk.2.RDB3.conv2.bias 21-02-14 23:52:53.182 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB3.conv2.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB3.conv3.weight True opt module.RRDB.RRDB_trunk.2.RDB3.conv3.weight 21-02-14 23:52:53.182 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB3.conv3.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB3.conv3.bias True opt module.RRDB.RRDB_trunk.2.RDB3.conv3.bias 21-02-14 23:52:53.182 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB3.conv3.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB3.conv4.weight True opt module.RRDB.RRDB_trunk.2.RDB3.conv4.weight 21-02-14 23:52:53.182 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB3.conv4.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB3.conv4.bias True opt module.RRDB.RRDB_trunk.2.RDB3.conv4.bias 21-02-14 23:52:53.182 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB3.conv4.bias] will not optimize. module.RRDB.RRDB_trunk.2.RDB3.conv5.weight True opt module.RRDB.RRDB_trunk.2.RDB3.conv5.weight 21-02-14 23:52:53.182 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB3.conv5.weight] will not optimize. module.RRDB.RRDB_trunk.2.RDB3.conv5.bias True opt module.RRDB.RRDB_trunk.2.RDB3.conv5.bias 21-02-14 23:52:53.182 - WARNING: Params [module.RRDB.RRDB_trunk.2.RDB3.conv5.bias] will not optimize. module.RRDB.RRDB_trunk.3.RDB1.conv1.weight True opt module.RRDB.RRDB_trunk.3.RDB1.conv1.weight 21-02-14 23:52:53.182 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB1.conv1.weight] will not optimize. module.RRDB.RRDB_trunk.3.RDB1.conv1.bias True opt module.RRDB.RRDB_trunk.3.RDB1.conv1.bias 21-02-14 23:52:53.182 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB1.conv1.bias] will not optimize. module.RRDB.RRDB_trunk.3.RDB1.conv2.weight True opt module.RRDB.RRDB_trunk.3.RDB1.conv2.weight 21-02-14 23:52:53.182 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB1.conv2.weight] will not optimize. module.RRDB.RRDB_trunk.3.RDB1.conv2.bias True opt module.RRDB.RRDB_trunk.3.RDB1.conv2.bias 21-02-14 23:52:53.183 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB1.conv2.bias] will not optimize. module.RRDB.RRDB_trunk.3.RDB1.conv3.weight True opt module.RRDB.RRDB_trunk.3.RDB1.conv3.weight 21-02-14 23:52:53.183 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB1.conv3.weight] will not optimize. module.RRDB.RRDB_trunk.3.RDB1.conv3.bias True opt module.RRDB.RRDB_trunk.3.RDB1.conv3.bias 21-02-14 23:52:53.183 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB1.conv3.bias] will not optimize. module.RRDB.RRDB_trunk.3.RDB1.conv4.weight True opt module.RRDB.RRDB_trunk.3.RDB1.conv4.weight 21-02-14 23:52:53.183 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB1.conv4.weight] will not optimize. module.RRDB.RRDB_trunk.3.RDB1.conv4.bias True opt module.RRDB.RRDB_trunk.3.RDB1.conv4.bias 21-02-14 23:52:53.183 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB1.conv4.bias] will not optimize. module.RRDB.RRDB_trunk.3.RDB1.conv5.weight True opt module.RRDB.RRDB_trunk.3.RDB1.conv5.weight 21-02-14 23:52:53.183 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB1.conv5.weight] will not optimize. module.RRDB.RRDB_trunk.3.RDB1.conv5.bias True opt module.RRDB.RRDB_trunk.3.RDB1.conv5.bias 21-02-14 23:52:53.183 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB1.conv5.bias] will not optimize. module.RRDB.RRDB_trunk.3.RDB2.conv1.weight True opt module.RRDB.RRDB_trunk.3.RDB2.conv1.weight 21-02-14 23:52:53.183 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB2.conv1.weight] will not optimize. module.RRDB.RRDB_trunk.3.RDB2.conv1.bias True opt module.RRDB.RRDB_trunk.3.RDB2.conv1.bias 21-02-14 23:52:53.183 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB2.conv1.bias] will not optimize. module.RRDB.RRDB_trunk.3.RDB2.conv2.weight True opt module.RRDB.RRDB_trunk.3.RDB2.conv2.weight 21-02-14 23:52:53.183 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB2.conv2.weight] will not optimize. module.RRDB.RRDB_trunk.3.RDB2.conv2.bias True opt module.RRDB.RRDB_trunk.3.RDB2.conv2.bias 21-02-14 23:52:53.183 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB2.conv2.bias] will not optimize. module.RRDB.RRDB_trunk.3.RDB2.conv3.weight True opt module.RRDB.RRDB_trunk.3.RDB2.conv3.weight 21-02-14 23:52:53.184 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB2.conv3.weight] will not optimize. module.RRDB.RRDB_trunk.3.RDB2.conv3.bias True opt module.RRDB.RRDB_trunk.3.RDB2.conv3.bias 21-02-14 23:52:53.184 - WARNING: Params [module.RRDB.RRDB_trunk.3.RDB2.conv3.bias] will not optimize. module.RRDB.RRDB_trunk.3.RDB2.conv4.weight True opt module.RRDB.RRDB_trunk.3.RDB2.conv4.weight ························································································································································· arams [module.flowUpsamplerNet.layers.12.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.12.actnorm.logs True 21-02-14 23:52:53.257 - WARNING: Params [module.flowUpsamplerNet.layers.12.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.12.invconv.weight True 21-02-14 23:52:53.257 - WARNING: Params [module.flowUpsamplerNet.layers.12.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.12.affine.fAffine.0.weight True 21-02-14 23:52:53.257 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.12.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.257 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.12.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.257 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.12.affine.fAffine.2.weight True 21-02-14 23:52:53.258 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.12.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.258 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.12.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.258 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.12.affine.fAffine.4.weight True 21-02-14 23:52:53.258 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.12.affine.fAffine.4.bias True 21-02-14 23:52:53.258 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.12.affine.fAffine.4.logs True 21-02-14 23:52:53.258 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.12.affine.fFeatures.0.weight True 21-02-14 23:52:53.258 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.12.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.258 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.12.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.258 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.12.affine.fFeatures.2.weight True 21-02-14 23:52:53.258 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.12.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.258 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.12.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.259 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.12.affine.fFeatures.4.weight True 21-02-14 23:52:53.259 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.12.affine.fFeatures.4.bias True 21-02-14 23:52:53.259 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.12.affine.fFeatures.4.logs True 21-02-14 23:52:53.259 - WARNING: Params [module.flowUpsamplerNet.layers.12.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.13.actnorm.bias True 21-02-14 23:52:53.259 - WARNING: Params [module.flowUpsamplerNet.layers.13.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.13.actnorm.logs True 21-02-14 23:52:53.259 - WARNING: Params [module.flowUpsamplerNet.layers.13.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.13.invconv.weight True 21-02-14 23:52:53.259 - WARNING: Params [module.flowUpsamplerNet.layers.13.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.13.affine.fAffine.0.weight True 21-02-14 23:52:53.259 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.13.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.259 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.13.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.259 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.13.affine.fAffine.2.weight True 21-02-14 23:52:53.259 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.13.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.260 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.13.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.260 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.13.affine.fAffine.4.weight True 21-02-14 23:52:53.260 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.13.affine.fAffine.4.bias True 21-02-14 23:52:53.260 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.13.affine.fAffine.4.logs True 21-02-14 23:52:53.260 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.13.affine.fFeatures.0.weight True 21-02-14 23:52:53.260 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.13.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.260 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.13.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.260 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.13.affine.fFeatures.2.weight True 21-02-14 23:52:53.260 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.13.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.260 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.13.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.260 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.13.affine.fFeatures.4.weight True 21-02-14 23:52:53.260 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.13.affine.fFeatures.4.bias True 21-02-14 23:52:53.261 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.13.affine.fFeatures.4.logs True 21-02-14 23:52:53.261 - WARNING: Params [module.flowUpsamplerNet.layers.13.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.14.actnorm.bias True 21-02-14 23:52:53.261 - WARNING: Params [module.flowUpsamplerNet.layers.14.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.14.actnorm.logs True 21-02-14 23:52:53.261 - WARNING: Params [module.flowUpsamplerNet.layers.14.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.14.invconv.weight True 21-02-14 23:52:53.261 - WARNING: Params [module.flowUpsamplerNet.layers.14.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.14.affine.fAffine.0.weight True 21-02-14 23:52:53.261 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.14.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.261 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.14.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.261 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.14.affine.fAffine.2.weight True 21-02-14 23:52:53.261 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.14.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.261 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.14.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.261 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.14.affine.fAffine.4.weight True 21-02-14 23:52:53.262 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.14.affine.fAffine.4.bias True 21-02-14 23:52:53.262 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.14.affine.fAffine.4.logs True 21-02-14 23:52:53.262 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.14.affine.fFeatures.0.weight True 21-02-14 23:52:53.262 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.14.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.262 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.14.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.262 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.14.affine.fFeatures.2.weight True 21-02-14 23:52:53.262 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.14.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.262 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.14.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.262 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.14.affine.fFeatures.4.weight True 21-02-14 23:52:53.262 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.14.affine.fFeatures.4.bias True 21-02-14 23:52:53.262 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.14.affine.fFeatures.4.logs True 21-02-14 23:52:53.263 - WARNING: Params [module.flowUpsamplerNet.layers.14.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.15.actnorm.bias True 21-02-14 23:52:53.263 - WARNING: Params [module.flowUpsamplerNet.layers.15.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.15.actnorm.logs True 21-02-14 23:52:53.263 - WARNING: Params [module.flowUpsamplerNet.layers.15.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.15.invconv.weight True 21-02-14 23:52:53.263 - WARNING: Params [module.flowUpsamplerNet.layers.15.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.15.affine.fAffine.0.weight True 21-02-14 23:52:53.263 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.15.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.263 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.15.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.263 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.15.affine.fAffine.2.weight True 21-02-14 23:52:53.263 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.15.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.263 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.15.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.263 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.15.affine.fAffine.4.weight True 21-02-14 23:52:53.263 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.15.affine.fAffine.4.bias True 21-02-14 23:52:53.263 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.15.affine.fAffine.4.logs True 21-02-14 23:52:53.264 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.15.affine.fFeatures.0.weight True 21-02-14 23:52:53.264 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.15.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.264 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.15.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.264 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.15.affine.fFeatures.2.weight True 21-02-14 23:52:53.264 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.15.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.264 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.15.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.264 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.15.affine.fFeatures.4.weight True 21-02-14 23:52:53.264 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.15.affine.fFeatures.4.bias True 21-02-14 23:52:53.264 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.15.affine.fFeatures.4.logs True 21-02-14 23:52:53.264 - WARNING: Params [module.flowUpsamplerNet.layers.15.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.16.actnorm.bias True 21-02-14 23:52:53.264 - WARNING: Params [module.flowUpsamplerNet.layers.16.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.16.actnorm.logs True 21-02-14 23:52:53.265 - WARNING: Params [module.flowUpsamplerNet.layers.16.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.16.invconv.weight True 21-02-14 23:52:53.265 - WARNING: Params [module.flowUpsamplerNet.layers.16.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.16.affine.fAffine.0.weight True 21-02-14 23:52:53.265 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.16.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.265 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.16.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.265 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.16.affine.fAffine.2.weight True 21-02-14 23:52:53.265 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.16.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.265 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.16.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.265 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.16.affine.fAffine.4.weight True 21-02-14 23:52:53.265 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.16.affine.fAffine.4.bias True 21-02-14 23:52:53.265 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.16.affine.fAffine.4.logs True 21-02-14 23:52:53.265 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.16.affine.fFeatures.0.weight True 21-02-14 23:52:53.266 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.16.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.266 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.16.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.266 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.16.affine.fFeatures.2.weight True 21-02-14 23:52:53.266 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.16.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.266 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.16.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.266 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.16.affine.fFeatures.4.weight True 21-02-14 23:52:53.266 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.16.affine.fFeatures.4.bias True 21-02-14 23:52:53.266 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.16.affine.fFeatures.4.logs True 21-02-14 23:52:53.266 - WARNING: Params [module.flowUpsamplerNet.layers.16.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.17.actnorm.bias True 21-02-14 23:52:53.266 - WARNING: Params [module.flowUpsamplerNet.layers.17.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.17.actnorm.logs True 21-02-14 23:52:53.266 - WARNING: Params [module.flowUpsamplerNet.layers.17.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.17.invconv.weight True 21-02-14 23:52:53.267 - WARNING: Params [module.flowUpsamplerNet.layers.17.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.17.affine.fAffine.0.weight True 21-02-14 23:52:53.267 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.17.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.267 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.17.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.267 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.17.affine.fAffine.2.weight True 21-02-14 23:52:53.267 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.17.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.267 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.17.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.267 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.17.affine.fAffine.4.weight True 21-02-14 23:52:53.267 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.17.affine.fAffine.4.bias True 21-02-14 23:52:53.267 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.17.affine.fAffine.4.logs True 21-02-14 23:52:53.267 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.17.affine.fFeatures.0.weight True 21-02-14 23:52:53.267 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.17.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.267 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.17.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.268 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.17.affine.fFeatures.2.weight True 21-02-14 23:52:53.268 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.17.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.268 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.17.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.268 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.17.affine.fFeatures.4.weight True 21-02-14 23:52:53.268 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.17.affine.fFeatures.4.bias True 21-02-14 23:52:53.268 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.17.affine.fFeatures.4.logs True 21-02-14 23:52:53.268 - WARNING: Params [module.flowUpsamplerNet.layers.17.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.18.actnorm.bias True 21-02-14 23:52:53.268 - WARNING: Params [module.flowUpsamplerNet.layers.18.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.18.actnorm.logs True 21-02-14 23:52:53.268 - WARNING: Params [module.flowUpsamplerNet.layers.18.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.18.invconv.weight True 21-02-14 23:52:53.268 - WARNING: Params [module.flowUpsamplerNet.layers.18.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.18.affine.fAffine.0.weight True 21-02-14 23:52:53.268 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.18.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.269 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.18.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.269 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.18.affine.fAffine.2.weight True 21-02-14 23:52:53.269 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.18.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.269 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.18.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.269 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.18.affine.fAffine.4.weight True 21-02-14 23:52:53.269 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.18.affine.fAffine.4.bias True 21-02-14 23:52:53.269 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.18.affine.fAffine.4.logs True 21-02-14 23:52:53.269 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.18.affine.fFeatures.0.weight True 21-02-14 23:52:53.269 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.18.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.269 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.18.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.269 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.18.affine.fFeatures.2.weight True 21-02-14 23:52:53.270 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.18.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.270 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.18.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.270 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.18.affine.fFeatures.4.weight True 21-02-14 23:52:53.270 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.18.affine.fFeatures.4.bias True 21-02-14 23:52:53.270 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.18.affine.fFeatures.4.logs True 21-02-14 23:52:53.270 - WARNING: Params [module.flowUpsamplerNet.layers.18.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.19.conv.weight True 21-02-14 23:52:53.270 - WARNING: Params [module.flowUpsamplerNet.layers.19.conv.weight] will not optimize. module.flowUpsamplerNet.layers.19.conv.bias True 21-02-14 23:52:53.270 - WARNING: Params [module.flowUpsamplerNet.layers.19.conv.bias] will not optimize. module.flowUpsamplerNet.layers.19.conv.logs True 21-02-14 23:52:53.270 - WARNING: Params [module.flowUpsamplerNet.layers.19.conv.logs] will not optimize. module.flowUpsamplerNet.layers.21.actnorm.bias True 21-02-14 23:52:53.270 - WARNING: Params [module.flowUpsamplerNet.layers.21.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.21.actnorm.logs True 21-02-14 23:52:53.270 - WARNING: Params [module.flowUpsamplerNet.layers.21.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.21.invconv.weight True 21-02-14 23:52:53.270 - WARNING: Params [module.flowUpsamplerNet.layers.21.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.22.actnorm.bias True 21-02-14 23:52:53.271 - WARNING: Params [module.flowUpsamplerNet.layers.22.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.22.actnorm.logs True 21-02-14 23:52:53.271 - WARNING: Params [module.flowUpsamplerNet.layers.22.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.22.invconv.weight True 21-02-14 23:52:53.271 - WARNING: Params [module.flowUpsamplerNet.layers.22.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.23.actnorm.bias True 21-02-14 23:52:53.271 - WARNING: Params [module.flowUpsamplerNet.layers.23.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.23.actnorm.logs True 21-02-14 23:52:53.271 - WARNING: Params [module.flowUpsamplerNet.layers.23.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.23.invconv.weight True 21-02-14 23:52:53.271 - WARNING: Params [module.flowUpsamplerNet.layers.23.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.23.affine.fAffine.0.weight True 21-02-14 23:52:53.271 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.23.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.271 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.23.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.271 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.23.affine.fAffine.2.weight True 21-02-14 23:52:53.271 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.23.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.271 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.23.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.272 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.23.affine.fAffine.4.weight True 21-02-14 23:52:53.272 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.23.affine.fAffine.4.bias True 21-02-14 23:52:53.272 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.23.affine.fAffine.4.logs True 21-02-14 23:52:53.272 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.23.affine.fFeatures.0.weight True 21-02-14 23:52:53.272 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.23.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.272 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.23.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.272 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.23.affine.fFeatures.2.weight True 21-02-14 23:52:53.272 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.23.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.272 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.23.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.272 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.23.affine.fFeatures.4.weight True 21-02-14 23:52:53.272 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.23.affine.fFeatures.4.bias True 21-02-14 23:52:53.273 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.23.affine.fFeatures.4.logs True 21-02-14 23:52:53.273 - WARNING: Params [module.flowUpsamplerNet.layers.23.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.24.actnorm.bias True 21-02-14 23:52:53.273 - WARNING: Params [module.flowUpsamplerNet.layers.24.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.24.actnorm.logs True 21-02-14 23:52:53.273 - WARNING: Params [module.flowUpsamplerNet.layers.24.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.24.invconv.weight True 21-02-14 23:52:53.273 - WARNING: Params [module.flowUpsamplerNet.layers.24.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.24.affine.fAffine.0.weight True 21-02-14 23:52:53.273 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.24.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.273 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.24.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.273 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.24.affine.fAffine.2.weight True 21-02-14 23:52:53.273 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.24.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.273 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.24.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.273 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.24.affine.fAffine.4.weight True 21-02-14 23:52:53.274 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.24.affine.fAffine.4.bias True 21-02-14 23:52:53.274 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.24.affine.fAffine.4.logs True 21-02-14 23:52:53.274 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.24.affine.fFeatures.0.weight True 21-02-14 23:52:53.274 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.24.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.274 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.24.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.274 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.24.affine.fFeatures.2.weight True 21-02-14 23:52:53.274 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.24.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.274 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.24.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.274 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.24.affine.fFeatures.4.weight True 21-02-14 23:52:53.274 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.24.affine.fFeatures.4.bias True 21-02-14 23:52:53.274 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.24.affine.fFeatures.4.logs True 21-02-14 23:52:53.274 - WARNING: Params [module.flowUpsamplerNet.layers.24.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.25.actnorm.bias True 21-02-14 23:52:53.275 - WARNING: Params [module.flowUpsamplerNet.layers.25.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.25.actnorm.logs True 21-02-14 23:52:53.275 - WARNING: Params [module.flowUpsamplerNet.layers.25.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.25.invconv.weight True 21-02-14 23:52:53.275 - WARNING: Params [module.flowUpsamplerNet.layers.25.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.25.affine.fAffine.0.weight True 21-02-14 23:52:53.275 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.25.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.275 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.25.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.275 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.25.affine.fAffine.2.weight True 21-02-14 23:52:53.275 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.25.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.275 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.25.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.275 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.25.affine.fAffine.4.weight True 21-02-14 23:52:53.275 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.25.affine.fAffine.4.bias True 21-02-14 23:52:53.275 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.25.affine.fAffine.4.logs True 21-02-14 23:52:53.276 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.25.affine.fFeatures.0.weight True 21-02-14 23:52:53.276 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.25.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.276 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.25.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.276 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.25.affine.fFeatures.2.weight True 21-02-14 23:52:53.276 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.25.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.276 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.25.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.276 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.25.affine.fFeatures.4.weight True 21-02-14 23:52:53.276 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.25.affine.fFeatures.4.bias True 21-02-14 23:52:53.276 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.25.affine.fFeatures.4.logs True 21-02-14 23:52:53.276 - WARNING: Params [module.flowUpsamplerNet.layers.25.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.26.actnorm.bias True 21-02-14 23:52:53.276 - WARNING: Params [module.flowUpsamplerNet.layers.26.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.26.actnorm.logs True 21-02-14 23:52:53.276 - WARNING: Params [module.flowUpsamplerNet.layers.26.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.26.invconv.weight True 21-02-14 23:52:53.277 - WARNING: Params [module.flowUpsamplerNet.layers.26.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.26.affine.fAffine.0.weight True 21-02-14 23:52:53.277 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.26.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.277 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.26.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.277 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.26.affine.fAffine.2.weight True 21-02-14 23:52:53.277 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.26.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.277 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.26.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.277 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.26.affine.fAffine.4.weight True 21-02-14 23:52:53.277 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.26.affine.fAffine.4.bias True 21-02-14 23:52:53.277 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.26.affine.fAffine.4.logs True 21-02-14 23:52:53.277 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.26.affine.fFeatures.0.weight True 21-02-14 23:52:53.277 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.26.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.278 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.26.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.278 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.26.affine.fFeatures.2.weight True 21-02-14 23:52:53.278 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.26.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.278 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.26.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.278 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.26.affine.fFeatures.4.weight True 21-02-14 23:52:53.278 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.26.affine.fFeatures.4.bias True 21-02-14 23:52:53.278 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.26.affine.fFeatures.4.logs True 21-02-14 23:52:53.278 - WARNING: Params [module.flowUpsamplerNet.layers.26.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.27.actnorm.bias True 21-02-14 23:52:53.278 - WARNING: Params [module.flowUpsamplerNet.layers.27.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.27.actnorm.logs True 21-02-14 23:52:53.278 - WARNING: Params [module.flowUpsamplerNet.layers.27.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.27.invconv.weight True 21-02-14 23:52:53.278 - WARNING: Params [module.flowUpsamplerNet.layers.27.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.27.affine.fAffine.0.weight True 21-02-14 23:52:53.279 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.27.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.279 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.27.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.279 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.27.affine.fAffine.2.weight True 21-02-14 23:52:53.279 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.27.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.279 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.27.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.279 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.27.affine.fAffine.4.weight True 21-02-14 23:52:53.279 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.27.affine.fAffine.4.bias True 21-02-14 23:52:53.279 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.27.affine.fAffine.4.logs True 21-02-14 23:52:53.279 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.27.affine.fFeatures.0.weight True 21-02-14 23:52:53.279 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.27.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.279 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.27.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.279 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.27.affine.fFeatures.2.weight True 21-02-14 23:52:53.280 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.27.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.280 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.27.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.280 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.27.affine.fFeatures.4.weight True 21-02-14 23:52:53.280 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.27.affine.fFeatures.4.bias True 21-02-14 23:52:53.280 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.27.affine.fFeatures.4.logs True 21-02-14 23:52:53.280 - WARNING: Params [module.flowUpsamplerNet.layers.27.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.28.actnorm.bias True 21-02-14 23:52:53.280 - WARNING: Params [module.flowUpsamplerNet.layers.28.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.28.actnorm.logs True 21-02-14 23:52:53.280 - WARNING: Params [module.flowUpsamplerNet.layers.28.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.28.invconv.weight True 21-02-14 23:52:53.280 - WARNING: Params [module.flowUpsamplerNet.layers.28.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.28.affine.fAffine.0.weight True 21-02-14 23:52:53.280 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.28.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.280 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.28.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.281 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.28.affine.fAffine.2.weight True 21-02-14 23:52:53.281 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.28.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.281 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.28.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.281 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.28.affine.fAffine.4.weight True 21-02-14 23:52:53.281 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.28.affine.fAffine.4.bias True 21-02-14 23:52:53.281 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.28.affine.fAffine.4.logs True 21-02-14 23:52:53.281 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.28.affine.fFeatures.0.weight True 21-02-14 23:52:53.281 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.28.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.281 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.28.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.281 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.28.affine.fFeatures.2.weight True 21-02-14 23:52:53.281 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.28.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.282 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.28.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.282 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.28.affine.fFeatures.4.weight True 21-02-14 23:52:53.282 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.28.affine.fFeatures.4.bias True 21-02-14 23:52:53.282 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.28.affine.fFeatures.4.logs True 21-02-14 23:52:53.282 - WARNING: Params [module.flowUpsamplerNet.layers.28.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.29.actnorm.bias True 21-02-14 23:52:53.282 - WARNING: Params [module.flowUpsamplerNet.layers.29.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.29.actnorm.logs True 21-02-14 23:52:53.282 - WARNING: Params [module.flowUpsamplerNet.layers.29.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.29.invconv.weight True 21-02-14 23:52:53.282 - WARNING: Params [module.flowUpsamplerNet.layers.29.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.29.affine.fAffine.0.weight True 21-02-14 23:52:53.282 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.29.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.282 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.29.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.282 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.29.affine.fAffine.2.weight True 21-02-14 23:52:53.282 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.29.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.283 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.29.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.283 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.29.affine.fAffine.4.weight True 21-02-14 23:52:53.283 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.29.affine.fAffine.4.bias True 21-02-14 23:52:53.283 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.29.affine.fAffine.4.logs True 21-02-14 23:52:53.283 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.29.affine.fFeatures.0.weight True 21-02-14 23:52:53.283 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.29.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.283 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.29.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.283 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.29.affine.fFeatures.2.weight True 21-02-14 23:52:53.283 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.29.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.283 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.29.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.283 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.29.affine.fFeatures.4.weight True 21-02-14 23:52:53.283 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.29.affine.fFeatures.4.bias True 21-02-14 23:52:53.284 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.29.affine.fFeatures.4.logs True 21-02-14 23:52:53.284 - WARNING: Params [module.flowUpsamplerNet.layers.29.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.30.actnorm.bias True 21-02-14 23:52:53.284 - WARNING: Params [module.flowUpsamplerNet.layers.30.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.30.actnorm.logs True 21-02-14 23:52:53.284 - WARNING: Params [module.flowUpsamplerNet.layers.30.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.30.invconv.weight True 21-02-14 23:52:53.284 - WARNING: Params [module.flowUpsamplerNet.layers.30.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.30.affine.fAffine.0.weight True 21-02-14 23:52:53.284 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.30.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.284 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.30.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.284 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.30.affine.fAffine.2.weight True 21-02-14 23:52:53.284 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.30.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.284 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.30.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.284 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.30.affine.fAffine.4.weight True 21-02-14 23:52:53.285 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.30.affine.fAffine.4.bias True 21-02-14 23:52:53.285 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.30.affine.fAffine.4.logs True 21-02-14 23:52:53.285 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.30.affine.fFeatures.0.weight True 21-02-14 23:52:53.285 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.30.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.285 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.30.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.285 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.30.affine.fFeatures.2.weight True 21-02-14 23:52:53.285 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.30.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.285 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.30.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.285 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.30.affine.fFeatures.4.weight True 21-02-14 23:52:53.285 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.30.affine.fFeatures.4.bias True 21-02-14 23:52:53.285 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.30.affine.fFeatures.4.logs True 21-02-14 23:52:53.286 - WARNING: Params [module.flowUpsamplerNet.layers.30.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.31.actnorm.bias True 21-02-14 23:52:53.286 - WARNING: Params [module.flowUpsamplerNet.layers.31.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.31.actnorm.logs True 21-02-14 23:52:53.286 - WARNING: Params [module.flowUpsamplerNet.layers.31.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.31.invconv.weight True 21-02-14 23:52:53.286 - WARNING: Params [module.flowUpsamplerNet.layers.31.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.31.affine.fAffine.0.weight True 21-02-14 23:52:53.286 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.31.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.286 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.31.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.286 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.31.affine.fAffine.2.weight True 21-02-14 23:52:53.286 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.31.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.286 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.31.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.286 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.31.affine.fAffine.4.weight True 21-02-14 23:52:53.286 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.31.affine.fAffine.4.bias True 21-02-14 23:52:53.287 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.31.affine.fAffine.4.logs True 21-02-14 23:52:53.287 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.31.affine.fFeatures.0.weight True 21-02-14 23:52:53.287 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.31.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.287 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.31.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.287 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.31.affine.fFeatures.2.weight True 21-02-14 23:52:53.287 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.31.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.287 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.31.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.287 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.31.affine.fFeatures.4.weight True 21-02-14 23:52:53.287 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.31.affine.fFeatures.4.bias True 21-02-14 23:52:53.287 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.31.affine.fFeatures.4.logs True 21-02-14 23:52:53.287 - WARNING: Params [module.flowUpsamplerNet.layers.31.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.32.actnorm.bias True 21-02-14 23:52:53.287 - WARNING: Params [module.flowUpsamplerNet.layers.32.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.32.actnorm.logs True 21-02-14 23:52:53.288 - WARNING: Params [module.flowUpsamplerNet.layers.32.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.32.invconv.weight True 21-02-14 23:52:53.288 - WARNING: Params [module.flowUpsamplerNet.layers.32.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.32.affine.fAffine.0.weight True 21-02-14 23:52:53.288 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.32.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.288 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.32.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.288 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.32.affine.fAffine.2.weight True 21-02-14 23:52:53.288 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.32.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.288 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.32.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.288 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.32.affine.fAffine.4.weight True 21-02-14 23:52:53.288 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.32.affine.fAffine.4.bias True 21-02-14 23:52:53.288 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.32.affine.fAffine.4.logs True 21-02-14 23:52:53.288 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.32.affine.fFeatures.0.weight True 21-02-14 23:52:53.289 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.32.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.289 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.32.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.289 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.32.affine.fFeatures.2.weight True 21-02-14 23:52:53.289 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.32.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.289 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.32.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.289 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.32.affine.fFeatures.4.weight True 21-02-14 23:52:53.289 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.32.affine.fFeatures.4.bias True 21-02-14 23:52:53.289 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.32.affine.fFeatures.4.logs True 21-02-14 23:52:53.289 - WARNING: Params [module.flowUpsamplerNet.layers.32.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.33.actnorm.bias True 21-02-14 23:52:53.289 - WARNING: Params [module.flowUpsamplerNet.layers.33.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.33.actnorm.logs True 21-02-14 23:52:53.289 - WARNING: Params [module.flowUpsamplerNet.layers.33.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.33.invconv.weight True 21-02-14 23:52:53.290 - WARNING: Params [module.flowUpsamplerNet.layers.33.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.33.affine.fAffine.0.weight True 21-02-14 23:52:53.290 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.33.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.290 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.33.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.290 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.33.affine.fAffine.2.weight True 21-02-14 23:52:53.290 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.33.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.290 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.33.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.290 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.33.affine.fAffine.4.weight True 21-02-14 23:52:53.290 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.33.affine.fAffine.4.bias True 21-02-14 23:52:53.290 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.33.affine.fAffine.4.logs True 21-02-14 23:52:53.290 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.33.affine.fFeatures.0.weight True 21-02-14 23:52:53.290 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.33.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.291 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.33.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.291 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.33.affine.fFeatures.2.weight True 21-02-14 23:52:53.291 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.33.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.291 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.33.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.291 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.33.affine.fFeatures.4.weight True 21-02-14 23:52:53.291 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.33.affine.fFeatures.4.bias True 21-02-14 23:52:53.291 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.33.affine.fFeatures.4.logs True 21-02-14 23:52:53.291 - WARNING: Params [module.flowUpsamplerNet.layers.33.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.34.actnorm.bias True 21-02-14 23:52:53.291 - WARNING: Params [module.flowUpsamplerNet.layers.34.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.34.actnorm.logs True 21-02-14 23:52:53.291 - WARNING: Params [module.flowUpsamplerNet.layers.34.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.34.invconv.weight True 21-02-14 23:52:53.291 - WARNING: Params [module.flowUpsamplerNet.layers.34.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.34.affine.fAffine.0.weight True 21-02-14 23:52:53.291 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.34.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.292 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.34.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.292 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.34.affine.fAffine.2.weight True 21-02-14 23:52:53.292 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.34.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.292 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.34.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.292 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.34.affine.fAffine.4.weight True 21-02-14 23:52:53.292 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.34.affine.fAffine.4.bias True 21-02-14 23:52:53.292 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.34.affine.fAffine.4.logs True 21-02-14 23:52:53.292 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.34.affine.fFeatures.0.weight True 21-02-14 23:52:53.292 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.34.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.292 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.34.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.292 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.34.affine.fFeatures.2.weight True 21-02-14 23:52:53.292 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.34.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.293 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.34.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.293 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.34.affine.fFeatures.4.weight True 21-02-14 23:52:53.293 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.34.affine.fFeatures.4.bias True 21-02-14 23:52:53.293 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.34.affine.fFeatures.4.logs True 21-02-14 23:52:53.293 - WARNING: Params [module.flowUpsamplerNet.layers.34.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.35.actnorm.bias True 21-02-14 23:52:53.293 - WARNING: Params [module.flowUpsamplerNet.layers.35.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.35.actnorm.logs True 21-02-14 23:52:53.293 - WARNING: Params [module.flowUpsamplerNet.layers.35.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.35.invconv.weight True 21-02-14 23:52:53.293 - WARNING: Params [module.flowUpsamplerNet.layers.35.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.35.affine.fAffine.0.weight True 21-02-14 23:52:53.293 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.35.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.293 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.35.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.294 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.35.affine.fAffine.2.weight True 21-02-14 23:52:53.294 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.35.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.294 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.35.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.294 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.35.affine.fAffine.4.weight True 21-02-14 23:52:53.294 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.35.affine.fAffine.4.bias True 21-02-14 23:52:53.294 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.35.affine.fAffine.4.logs True 21-02-14 23:52:53.294 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.35.affine.fFeatures.0.weight True 21-02-14 23:52:53.294 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.35.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.294 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.35.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.294 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.35.affine.fFeatures.2.weight True 21-02-14 23:52:53.294 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.35.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.294 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.35.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.295 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.35.affine.fFeatures.4.weight True 21-02-14 23:52:53.295 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.35.affine.fFeatures.4.bias True 21-02-14 23:52:53.295 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.35.affine.fFeatures.4.logs True 21-02-14 23:52:53.295 - WARNING: Params [module.flowUpsamplerNet.layers.35.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.36.actnorm.bias True 21-02-14 23:52:53.295 - WARNING: Params [module.flowUpsamplerNet.layers.36.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.36.actnorm.logs True 21-02-14 23:52:53.295 - WARNING: Params [module.flowUpsamplerNet.layers.36.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.36.invconv.weight True 21-02-14 23:52:53.295 - WARNING: Params [module.flowUpsamplerNet.layers.36.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.36.affine.fAffine.0.weight True 21-02-14 23:52:53.295 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.36.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.295 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.36.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.295 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.36.affine.fAffine.2.weight True 21-02-14 23:52:53.295 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.36.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.295 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.36.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.296 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.36.affine.fAffine.4.weight True 21-02-14 23:52:53.296 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.36.affine.fAffine.4.bias True 21-02-14 23:52:53.296 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.36.affine.fAffine.4.logs True 21-02-14 23:52:53.296 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.36.affine.fFeatures.0.weight True 21-02-14 23:52:53.296 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.36.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.296 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.36.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.296 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.36.affine.fFeatures.2.weight True 21-02-14 23:52:53.296 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.36.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.296 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.36.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.296 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.36.affine.fFeatures.4.weight True 21-02-14 23:52:53.296 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.36.affine.fFeatures.4.bias True 21-02-14 23:52:53.297 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.36.affine.fFeatures.4.logs True 21-02-14 23:52:53.297 - WARNING: Params [module.flowUpsamplerNet.layers.36.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.37.actnorm.bias True 21-02-14 23:52:53.297 - WARNING: Params [module.flowUpsamplerNet.layers.37.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.37.actnorm.logs True 21-02-14 23:52:53.297 - WARNING: Params [module.flowUpsamplerNet.layers.37.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.37.invconv.weight True 21-02-14 23:52:53.297 - WARNING: Params [module.flowUpsamplerNet.layers.37.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.37.affine.fAffine.0.weight True 21-02-14 23:52:53.297 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.37.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.297 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.37.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.297 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.37.affine.fAffine.2.weight True 21-02-14 23:52:53.297 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.37.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.297 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.37.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.297 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.37.affine.fAffine.4.weight True 21-02-14 23:52:53.297 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.37.affine.fAffine.4.bias True 21-02-14 23:52:53.298 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.37.affine.fAffine.4.logs True 21-02-14 23:52:53.298 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.37.affine.fFeatures.0.weight True 21-02-14 23:52:53.298 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.37.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.298 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.37.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.298 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.37.affine.fFeatures.2.weight True 21-02-14 23:52:53.298 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.37.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.298 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.37.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.298 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.37.affine.fFeatures.4.weight True 21-02-14 23:52:53.298 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.37.affine.fFeatures.4.bias True 21-02-14 23:52:53.298 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.37.affine.fFeatures.4.logs True 21-02-14 23:52:53.298 - WARNING: Params [module.flowUpsamplerNet.layers.37.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.38.actnorm.bias True 21-02-14 23:52:53.299 - WARNING: Params [module.flowUpsamplerNet.layers.38.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.38.actnorm.logs True 21-02-14 23:52:53.299 - WARNING: Params [module.flowUpsamplerNet.layers.38.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.38.invconv.weight True 21-02-14 23:52:53.299 - WARNING: Params [module.flowUpsamplerNet.layers.38.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.38.affine.fAffine.0.weight True 21-02-14 23:52:53.299 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.38.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.299 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.38.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.299 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.38.affine.fAffine.2.weight True 21-02-14 23:52:53.299 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.38.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.299 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.38.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.299 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.38.affine.fAffine.4.weight True 21-02-14 23:52:53.299 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.38.affine.fAffine.4.bias True 21-02-14 23:52:53.299 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.38.affine.fAffine.4.logs True 21-02-14 23:52:53.300 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.38.affine.fFeatures.0.weight True 21-02-14 23:52:53.300 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.38.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.300 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.38.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.300 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.38.affine.fFeatures.2.weight True 21-02-14 23:52:53.300 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.38.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.300 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.38.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.300 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.38.affine.fFeatures.4.weight True 21-02-14 23:52:53.300 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.38.affine.fFeatures.4.bias True 21-02-14 23:52:53.300 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.38.affine.fFeatures.4.logs True 21-02-14 23:52:53.300 - WARNING: Params [module.flowUpsamplerNet.layers.38.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.40.actnorm.bias True 21-02-14 23:52:53.300 - WARNING: Params [module.flowUpsamplerNet.layers.40.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.40.actnorm.logs True 21-02-14 23:52:53.300 - WARNING: Params [module.flowUpsamplerNet.layers.40.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.40.invconv.weight True 21-02-14 23:52:53.301 - WARNING: Params [module.flowUpsamplerNet.layers.40.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.41.actnorm.bias True 21-02-14 23:52:53.301 - WARNING: Params [module.flowUpsamplerNet.layers.41.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.41.actnorm.logs True 21-02-14 23:52:53.301 - WARNING: Params [module.flowUpsamplerNet.layers.41.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.41.invconv.weight True 21-02-14 23:52:53.301 - WARNING: Params [module.flowUpsamplerNet.layers.41.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.42.actnorm.bias True 21-02-14 23:52:53.301 - WARNING: Params [module.flowUpsamplerNet.layers.42.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.42.actnorm.logs True 21-02-14 23:52:53.301 - WARNING: Params [module.flowUpsamplerNet.layers.42.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.42.invconv.weight True 21-02-14 23:52:53.301 - WARNING: Params [module.flowUpsamplerNet.layers.42.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.42.affine.fAffine.0.weight True 21-02-14 23:52:53.301 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.42.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.301 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.42.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.301 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.42.affine.fAffine.2.weight True 21-02-14 23:52:53.301 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.42.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.302 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.42.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.302 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.42.affine.fAffine.4.weight True 21-02-14 23:52:53.302 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.42.affine.fAffine.4.bias True 21-02-14 23:52:53.302 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.42.affine.fAffine.4.logs True 21-02-14 23:52:53.302 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.42.affine.fFeatures.0.weight True 21-02-14 23:52:53.302 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.42.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.302 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.42.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.302 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.42.affine.fFeatures.2.weight True 21-02-14 23:52:53.302 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.42.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.302 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.42.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.302 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.42.affine.fFeatures.4.weight True 21-02-14 23:52:53.303 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.42.affine.fFeatures.4.bias True 21-02-14 23:52:53.303 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.42.affine.fFeatures.4.logs True 21-02-14 23:52:53.303 - WARNING: Params [module.flowUpsamplerNet.layers.42.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.43.actnorm.bias True 21-02-14 23:52:53.303 - WARNING: Params [module.flowUpsamplerNet.layers.43.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.43.actnorm.logs True 21-02-14 23:52:53.303 - WARNING: Params [module.flowUpsamplerNet.layers.43.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.43.invconv.weight True 21-02-14 23:52:53.303 - WARNING: Params [module.flowUpsamplerNet.layers.43.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.43.affine.fAffine.0.weight True 21-02-14 23:52:53.303 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.43.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.303 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.43.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.303 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.43.affine.fAffine.2.weight True 21-02-14 23:52:53.303 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.43.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.303 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.43.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.303 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.43.affine.fAffine.4.weight True 21-02-14 23:52:53.304 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.43.affine.fAffine.4.bias True 21-02-14 23:52:53.304 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.43.affine.fAffine.4.logs True 21-02-14 23:52:53.304 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.43.affine.fFeatures.0.weight True 21-02-14 23:52:53.304 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.43.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.304 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.43.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.304 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.43.affine.fFeatures.2.weight True 21-02-14 23:52:53.304 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.43.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.304 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.43.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.304 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.43.affine.fFeatures.4.weight True 21-02-14 23:52:53.304 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.43.affine.fFeatures.4.bias True 21-02-14 23:52:53.304 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.43.affine.fFeatures.4.logs True 21-02-14 23:52:53.304 - WARNING: Params [module.flowUpsamplerNet.layers.43.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.44.actnorm.bias True 21-02-14 23:52:53.305 - WARNING: Params [module.flowUpsamplerNet.layers.44.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.44.actnorm.logs True 21-02-14 23:52:53.305 - WARNING: Params [module.flowUpsamplerNet.layers.44.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.44.invconv.weight True 21-02-14 23:52:53.305 - WARNING: Params [module.flowUpsamplerNet.layers.44.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.44.affine.fAffine.0.weight True 21-02-14 23:52:53.305 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.44.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.305 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.44.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.305 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.44.affine.fAffine.2.weight True 21-02-14 23:52:53.305 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.44.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.305 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.44.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.305 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.44.affine.fAffine.4.weight True 21-02-14 23:52:53.305 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.44.affine.fAffine.4.bias True 21-02-14 23:52:53.306 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.44.affine.fAffine.4.logs True 21-02-14 23:52:53.306 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.44.affine.fFeatures.0.weight True 21-02-14 23:52:53.306 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.44.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.306 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.44.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.306 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.44.affine.fFeatures.2.weight True 21-02-14 23:52:53.306 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.44.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.306 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.44.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.306 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.44.affine.fFeatures.4.weight True 21-02-14 23:52:53.306 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.44.affine.fFeatures.4.bias True 21-02-14 23:52:53.306 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.44.affine.fFeatures.4.logs True 21-02-14 23:52:53.306 - WARNING: Params [module.flowUpsamplerNet.layers.44.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.45.actnorm.bias True 21-02-14 23:52:53.306 - WARNING: Params [module.flowUpsamplerNet.layers.45.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.45.actnorm.logs True 21-02-14 23:52:53.307 - WARNING: Params [module.flowUpsamplerNet.layers.45.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.45.invconv.weight True 21-02-14 23:52:53.307 - WARNING: Params [module.flowUpsamplerNet.layers.45.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.45.affine.fAffine.0.weight True 21-02-14 23:52:53.307 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.45.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.307 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.45.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.307 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.45.affine.fAffine.2.weight True 21-02-14 23:52:53.307 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.45.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.307 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.45.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.307 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.45.affine.fAffine.4.weight True 21-02-14 23:52:53.307 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.45.affine.fAffine.4.bias True 21-02-14 23:52:53.307 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.45.affine.fAffine.4.logs True 21-02-14 23:52:53.307 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.45.affine.fFeatures.0.weight True 21-02-14 23:52:53.308 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.45.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.308 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.45.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.308 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.45.affine.fFeatures.2.weight True 21-02-14 23:52:53.308 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.45.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.308 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.45.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.308 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.45.affine.fFeatures.4.weight True 21-02-14 23:52:53.308 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.45.affine.fFeatures.4.bias True 21-02-14 23:52:53.308 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.45.affine.fFeatures.4.logs True 21-02-14 23:52:53.308 - WARNING: Params [module.flowUpsamplerNet.layers.45.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.46.actnorm.bias True 21-02-14 23:52:53.308 - WARNING: Params [module.flowUpsamplerNet.layers.46.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.46.actnorm.logs True 21-02-14 23:52:53.308 - WARNING: Params [module.flowUpsamplerNet.layers.46.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.46.invconv.weight True 21-02-14 23:52:53.309 - WARNING: Params [module.flowUpsamplerNet.layers.46.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.46.affine.fAffine.0.weight True 21-02-14 23:52:53.309 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.46.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.309 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.46.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.309 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.46.affine.fAffine.2.weight True 21-02-14 23:52:53.309 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.46.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.309 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.46.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.309 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.46.affine.fAffine.4.weight True 21-02-14 23:52:53.309 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.46.affine.fAffine.4.bias True 21-02-14 23:52:53.309 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.46.affine.fAffine.4.logs True 21-02-14 23:52:53.309 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.46.affine.fFeatures.0.weight True 21-02-14 23:52:53.309 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.46.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.309 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.46.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.310 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.46.affine.fFeatures.2.weight True 21-02-14 23:52:53.310 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.46.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.310 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.46.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.310 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.46.affine.fFeatures.4.weight True 21-02-14 23:52:53.310 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.46.affine.fFeatures.4.bias True 21-02-14 23:52:53.310 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.46.affine.fFeatures.4.logs True 21-02-14 23:52:53.310 - WARNING: Params [module.flowUpsamplerNet.layers.46.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.47.actnorm.bias True 21-02-14 23:52:53.310 - WARNING: Params [module.flowUpsamplerNet.layers.47.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.47.actnorm.logs True 21-02-14 23:52:53.310 - WARNING: Params [module.flowUpsamplerNet.layers.47.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.47.invconv.weight True 21-02-14 23:52:53.310 - WARNING: Params [module.flowUpsamplerNet.layers.47.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.47.affine.fAffine.0.weight True 21-02-14 23:52:53.310 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.47.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.311 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.47.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.311 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.47.affine.fAffine.2.weight True 21-02-14 23:52:53.311 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.47.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.311 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.47.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.311 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.47.affine.fAffine.4.weight True 21-02-14 23:52:53.311 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.47.affine.fAffine.4.bias True 21-02-14 23:52:53.311 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.47.affine.fAffine.4.logs True 21-02-14 23:52:53.311 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.47.affine.fFeatures.0.weight True 21-02-14 23:52:53.311 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.47.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.311 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.47.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.311 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.47.affine.fFeatures.2.weight True 21-02-14 23:52:53.312 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.47.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.312 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.47.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.312 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.47.affine.fFeatures.4.weight True 21-02-14 23:52:53.312 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.47.affine.fFeatures.4.bias True 21-02-14 23:52:53.312 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.47.affine.fFeatures.4.logs True 21-02-14 23:52:53.312 - WARNING: Params [module.flowUpsamplerNet.layers.47.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.48.actnorm.bias True 21-02-14 23:52:53.312 - WARNING: Params [module.flowUpsamplerNet.layers.48.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.48.actnorm.logs True 21-02-14 23:52:53.312 - WARNING: Params [module.flowUpsamplerNet.layers.48.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.48.invconv.weight True 21-02-14 23:52:53.312 - WARNING: Params [module.flowUpsamplerNet.layers.48.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.48.affine.fAffine.0.weight True 21-02-14 23:52:53.312 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.48.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.312 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.48.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.312 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.48.affine.fAffine.2.weight True 21-02-14 23:52:53.313 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.48.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.313 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.48.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.313 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.48.affine.fAffine.4.weight True 21-02-14 23:52:53.313 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.48.affine.fAffine.4.bias True 21-02-14 23:52:53.313 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.48.affine.fAffine.4.logs True 21-02-14 23:52:53.313 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.48.affine.fFeatures.0.weight True 21-02-14 23:52:53.313 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.48.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.313 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.48.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.313 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.48.affine.fFeatures.2.weight True 21-02-14 23:52:53.313 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.48.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.313 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.48.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.314 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.48.affine.fFeatures.4.weight True 21-02-14 23:52:53.314 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.48.affine.fFeatures.4.bias True 21-02-14 23:52:53.314 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.48.affine.fFeatures.4.logs True 21-02-14 23:52:53.314 - WARNING: Params [module.flowUpsamplerNet.layers.48.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.49.actnorm.bias True 21-02-14 23:52:53.314 - WARNING: Params [module.flowUpsamplerNet.layers.49.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.49.actnorm.logs True 21-02-14 23:52:53.314 - WARNING: Params [module.flowUpsamplerNet.layers.49.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.49.invconv.weight True 21-02-14 23:52:53.314 - WARNING: Params [module.flowUpsamplerNet.layers.49.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.49.affine.fAffine.0.weight True 21-02-14 23:52:53.314 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.49.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.314 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.49.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.314 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.49.affine.fAffine.2.weight True 21-02-14 23:52:53.314 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.49.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.315 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.49.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.315 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.49.affine.fAffine.4.weight True 21-02-14 23:52:53.315 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.49.affine.fAffine.4.bias True 21-02-14 23:52:53.315 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.49.affine.fAffine.4.logs True 21-02-14 23:52:53.315 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.49.affine.fFeatures.0.weight True 21-02-14 23:52:53.315 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.49.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.315 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.49.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.315 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.49.affine.fFeatures.2.weight True 21-02-14 23:52:53.315 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.49.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.315 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.49.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.315 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.49.affine.fFeatures.4.weight True 21-02-14 23:52:53.315 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.49.affine.fFeatures.4.bias True 21-02-14 23:52:53.316 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.49.affine.fFeatures.4.logs True 21-02-14 23:52:53.316 - WARNING: Params [module.flowUpsamplerNet.layers.49.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.50.actnorm.bias True 21-02-14 23:52:53.316 - WARNING: Params [module.flowUpsamplerNet.layers.50.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.50.actnorm.logs True 21-02-14 23:52:53.316 - WARNING: Params [module.flowUpsamplerNet.layers.50.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.50.invconv.weight True 21-02-14 23:52:53.316 - WARNING: Params [module.flowUpsamplerNet.layers.50.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.50.affine.fAffine.0.weight True 21-02-14 23:52:53.316 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.50.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.316 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.50.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.316 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.50.affine.fAffine.2.weight True 21-02-14 23:52:53.316 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.50.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.316 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.50.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.316 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.50.affine.fAffine.4.weight True 21-02-14 23:52:53.317 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.50.affine.fAffine.4.bias True 21-02-14 23:52:53.317 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.50.affine.fAffine.4.logs True 21-02-14 23:52:53.317 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.50.affine.fFeatures.0.weight True 21-02-14 23:52:53.317 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.50.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.317 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.50.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.317 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.50.affine.fFeatures.2.weight True 21-02-14 23:52:53.317 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.50.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.317 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.50.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.317 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.50.affine.fFeatures.4.weight True 21-02-14 23:52:53.317 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.50.affine.fFeatures.4.bias True 21-02-14 23:52:53.317 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.50.affine.fFeatures.4.logs True 21-02-14 23:52:53.317 - WARNING: Params [module.flowUpsamplerNet.layers.50.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.51.actnorm.bias True 21-02-14 23:52:53.318 - WARNING: Params [module.flowUpsamplerNet.layers.51.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.51.actnorm.logs True 21-02-14 23:52:53.318 - WARNING: Params [module.flowUpsamplerNet.layers.51.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.51.invconv.weight True 21-02-14 23:52:53.318 - WARNING: Params [module.flowUpsamplerNet.layers.51.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.51.affine.fAffine.0.weight True 21-02-14 23:52:53.318 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.51.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.318 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.51.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.318 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.51.affine.fAffine.2.weight True 21-02-14 23:52:53.318 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.51.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.318 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.51.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.318 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.51.affine.fAffine.4.weight True 21-02-14 23:52:53.318 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.51.affine.fAffine.4.bias True 21-02-14 23:52:53.318 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.51.affine.fAffine.4.logs True 21-02-14 23:52:53.319 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.51.affine.fFeatures.0.weight True 21-02-14 23:52:53.319 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.51.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.319 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.51.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.319 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.51.affine.fFeatures.2.weight True 21-02-14 23:52:53.319 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.51.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.319 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.51.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.319 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.51.affine.fFeatures.4.weight True 21-02-14 23:52:53.319 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.51.affine.fFeatures.4.bias True 21-02-14 23:52:53.319 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.51.affine.fFeatures.4.logs True 21-02-14 23:52:53.319 - WARNING: Params [module.flowUpsamplerNet.layers.51.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.52.actnorm.bias True 21-02-14 23:52:53.319 - WARNING: Params [module.flowUpsamplerNet.layers.52.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.52.actnorm.logs True 21-02-14 23:52:53.320 - WARNING: Params [module.flowUpsamplerNet.layers.52.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.52.invconv.weight True 21-02-14 23:52:53.320 - WARNING: Params [module.flowUpsamplerNet.layers.52.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.52.affine.fAffine.0.weight True 21-02-14 23:52:53.320 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.52.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.320 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.52.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.320 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.52.affine.fAffine.2.weight True 21-02-14 23:52:53.320 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.52.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.320 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.52.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.320 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.52.affine.fAffine.4.weight True 21-02-14 23:52:53.320 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.52.affine.fAffine.4.bias True 21-02-14 23:52:53.320 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.52.affine.fAffine.4.logs True 21-02-14 23:52:53.320 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.52.affine.fFeatures.0.weight True 21-02-14 23:52:53.320 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.52.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.321 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.52.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.321 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.52.affine.fFeatures.2.weight True 21-02-14 23:52:53.321 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.52.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.321 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.52.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.321 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.52.affine.fFeatures.4.weight True 21-02-14 23:52:53.321 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.52.affine.fFeatures.4.bias True 21-02-14 23:52:53.321 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.52.affine.fFeatures.4.logs True 21-02-14 23:52:53.321 - WARNING: Params [module.flowUpsamplerNet.layers.52.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.53.actnorm.bias True 21-02-14 23:52:53.321 - WARNING: Params [module.flowUpsamplerNet.layers.53.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.53.actnorm.logs True 21-02-14 23:52:53.321 - WARNING: Params [module.flowUpsamplerNet.layers.53.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.53.invconv.weight True 21-02-14 23:52:53.321 - WARNING: Params [module.flowUpsamplerNet.layers.53.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.53.affine.fAffine.0.weight True 21-02-14 23:52:53.322 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.53.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.322 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.53.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.322 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.53.affine.fAffine.2.weight True 21-02-14 23:52:53.322 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.53.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.322 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.53.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.322 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.53.affine.fAffine.4.weight True 21-02-14 23:52:53.322 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.53.affine.fAffine.4.bias True 21-02-14 23:52:53.322 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.53.affine.fAffine.4.logs True 21-02-14 23:52:53.322 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.53.affine.fFeatures.0.weight True 21-02-14 23:52:53.322 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.53.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.322 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.53.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.322 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.53.affine.fFeatures.2.weight True 21-02-14 23:52:53.323 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.53.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.323 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.53.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.323 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.53.affine.fFeatures.4.weight True 21-02-14 23:52:53.323 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.53.affine.fFeatures.4.bias True 21-02-14 23:52:53.323 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.53.affine.fFeatures.4.logs True 21-02-14 23:52:53.323 - WARNING: Params [module.flowUpsamplerNet.layers.53.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.54.actnorm.bias True 21-02-14 23:52:53.323 - WARNING: Params [module.flowUpsamplerNet.layers.54.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.54.actnorm.logs True 21-02-14 23:52:53.323 - WARNING: Params [module.flowUpsamplerNet.layers.54.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.54.invconv.weight True 21-02-14 23:52:53.323 - WARNING: Params [module.flowUpsamplerNet.layers.54.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.54.affine.fAffine.0.weight True 21-02-14 23:52:53.323 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.54.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.323 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.54.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.324 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.54.affine.fAffine.2.weight True 21-02-14 23:52:53.324 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.54.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.324 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.54.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.324 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.54.affine.fAffine.4.weight True 21-02-14 23:52:53.324 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.54.affine.fAffine.4.bias True 21-02-14 23:52:53.324 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.54.affine.fAffine.4.logs True 21-02-14 23:52:53.324 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.54.affine.fFeatures.0.weight True 21-02-14 23:52:53.324 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.54.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.324 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.54.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.324 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.54.affine.fFeatures.2.weight True 21-02-14 23:52:53.324 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.54.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.325 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.54.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.325 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.54.affine.fFeatures.4.weight True 21-02-14 23:52:53.325 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.54.affine.fFeatures.4.bias True 21-02-14 23:52:53.325 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.54.affine.fFeatures.4.logs True 21-02-14 23:52:53.325 - WARNING: Params [module.flowUpsamplerNet.layers.54.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.55.actnorm.bias True 21-02-14 23:52:53.325 - WARNING: Params [module.flowUpsamplerNet.layers.55.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.55.actnorm.logs True 21-02-14 23:52:53.325 - WARNING: Params [module.flowUpsamplerNet.layers.55.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.55.invconv.weight True 21-02-14 23:52:53.325 - WARNING: Params [module.flowUpsamplerNet.layers.55.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.55.affine.fAffine.0.weight True 21-02-14 23:52:53.325 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.55.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.325 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.55.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.325 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.55.affine.fAffine.2.weight True 21-02-14 23:52:53.326 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.55.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.326 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.55.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.326 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.55.affine.fAffine.4.weight True 21-02-14 23:52:53.326 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.55.affine.fAffine.4.bias True 21-02-14 23:52:53.326 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.55.affine.fAffine.4.logs True 21-02-14 23:52:53.326 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.55.affine.fFeatures.0.weight True 21-02-14 23:52:53.326 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.55.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.326 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.55.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.326 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.55.affine.fFeatures.2.weight True 21-02-14 23:52:53.326 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.55.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.326 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.55.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.327 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.55.affine.fFeatures.4.weight True 21-02-14 23:52:53.327 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.55.affine.fFeatures.4.bias True 21-02-14 23:52:53.327 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.55.affine.fFeatures.4.logs True 21-02-14 23:52:53.327 - WARNING: Params [module.flowUpsamplerNet.layers.55.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.56.actnorm.bias True 21-02-14 23:52:53.327 - WARNING: Params [module.flowUpsamplerNet.layers.56.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.56.actnorm.logs True 21-02-14 23:52:53.327 - WARNING: Params [module.flowUpsamplerNet.layers.56.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.56.invconv.weight True 21-02-14 23:52:53.327 - WARNING: Params [module.flowUpsamplerNet.layers.56.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.56.affine.fAffine.0.weight True 21-02-14 23:52:53.327 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.56.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.327 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.56.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.327 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.56.affine.fAffine.2.weight True 21-02-14 23:52:53.327 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.56.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.328 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.56.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.328 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.56.affine.fAffine.4.weight True 21-02-14 23:52:53.328 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.56.affine.fAffine.4.bias True 21-02-14 23:52:53.328 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.56.affine.fAffine.4.logs True 21-02-14 23:52:53.328 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.56.affine.fFeatures.0.weight True 21-02-14 23:52:53.328 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.56.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.328 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.56.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.328 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.56.affine.fFeatures.2.weight True 21-02-14 23:52:53.328 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.56.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.328 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.56.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.328 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.56.affine.fFeatures.4.weight True 21-02-14 23:52:53.329 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.56.affine.fFeatures.4.bias True 21-02-14 23:52:53.329 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.56.affine.fFeatures.4.logs True 21-02-14 23:52:53.329 - WARNING: Params [module.flowUpsamplerNet.layers.56.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.layers.57.actnorm.bias True 21-02-14 23:52:53.329 - WARNING: Params [module.flowUpsamplerNet.layers.57.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.57.actnorm.logs True 21-02-14 23:52:53.329 - WARNING: Params [module.flowUpsamplerNet.layers.57.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.57.invconv.weight True 21-02-14 23:52:53.329 - WARNING: Params [module.flowUpsamplerNet.layers.57.invconv.weight] will not optimize. module.flowUpsamplerNet.layers.57.affine.fAffine.0.weight True 21-02-14 23:52:53.329 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fAffine.0.weight] will not optimize. module.flowUpsamplerNet.layers.57.affine.fAffine.0.actnorm.bias True 21-02-14 23:52:53.329 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fAffine.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.57.affine.fAffine.0.actnorm.logs True 21-02-14 23:52:53.329 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fAffine.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.57.affine.fAffine.2.weight True 21-02-14 23:52:53.329 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fAffine.2.weight] will not optimize. module.flowUpsamplerNet.layers.57.affine.fAffine.2.actnorm.bias True 21-02-14 23:52:53.330 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fAffine.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.57.affine.fAffine.2.actnorm.logs True 21-02-14 23:52:53.330 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fAffine.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.57.affine.fAffine.4.weight True 21-02-14 23:52:53.330 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fAffine.4.weight] will not optimize. module.flowUpsamplerNet.layers.57.affine.fAffine.4.bias True 21-02-14 23:52:53.330 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fAffine.4.bias] will not optimize. module.flowUpsamplerNet.layers.57.affine.fAffine.4.logs True 21-02-14 23:52:53.330 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fAffine.4.logs] will not optimize. module.flowUpsamplerNet.layers.57.affine.fFeatures.0.weight True 21-02-14 23:52:53.330 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fFeatures.0.weight] will not optimize. module.flowUpsamplerNet.layers.57.affine.fFeatures.0.actnorm.bias True 21-02-14 23:52:53.330 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fFeatures.0.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.57.affine.fFeatures.0.actnorm.logs True 21-02-14 23:52:53.330 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fFeatures.0.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.57.affine.fFeatures.2.weight True 21-02-14 23:52:53.330 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fFeatures.2.weight] will not optimize. module.flowUpsamplerNet.layers.57.affine.fFeatures.2.actnorm.bias True 21-02-14 23:52:53.330 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fFeatures.2.actnorm.bias] will not optimize. module.flowUpsamplerNet.layers.57.affine.fFeatures.2.actnorm.logs True 21-02-14 23:52:53.330 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fFeatures.2.actnorm.logs] will not optimize. module.flowUpsamplerNet.layers.57.affine.fFeatures.4.weight True 21-02-14 23:52:53.331 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fFeatures.4.weight] will not optimize. module.flowUpsamplerNet.layers.57.affine.fFeatures.4.bias True 21-02-14 23:52:53.331 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fFeatures.4.bias] will not optimize. module.flowUpsamplerNet.layers.57.affine.fFeatures.4.logs True 21-02-14 23:52:53.331 - WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fFeatures.4.logs] will not optimize. module.flowUpsamplerNet.f.0.weight True 21-02-14 23:52:53.331 - WARNING: Params [module.flowUpsamplerNet.f.0.weight] will not optimize. module.flowUpsamplerNet.f.0.bias True 21-02-14 23:52:53.331 - WARNING: Params [module.flowUpsamplerNet.f.0.bias] will not optimize. rrdb params 702 21-02-14 23:52:53.341 - INFO: Model [SRFlowModel] is created. 21-02-14 23:52:53.341 - INFO: Resuming training from epoch: 14, iter: 200000. 21-02-14 23:52:53.685 - INFO: Start training from epoch: 14, iter: 200000 21-02-14 23:52:55.919 - INFO: Saving the final model. 21-02-14 23:52:56.557 - INFO: End of training.

andreas128 commented 3 years ago

Thanks for your interest in SRFlow. It seems you successfully trained the 4x network (SRFlow_DF2K_4X).

The checkpoints and results should now be in `./experiments/SRFlow_DF2K_4X'. Is that correct?

What are you planning to do?

flybiubiu commented 3 years ago

Thanks for your interest in SRFlow. It seems you successfully trained the 4x network (SRFlow_DF2K_4X).

The checkpoints and results should now be in `./experiments/SRFlow_DF2K_4X'. Is that correct?

What are you planning to do?

Thx author!I run 4x and then 8x,Now its ok! Thx again

yoon28-work commented 3 years ago

WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fFeatures.4.logs] will not optimize.

What are those warnings?

sfikas commented 3 years ago

WARNING: Params [module.flowUpsamplerNet.layers.57.affine.fFeatures.4.logs] will not optimize.

What are those warnings?

@andreas128 Is this set of warnings a real issue, or intended behaviour? Superficially, it seems like a big part of the model does not get optimized.