PaddlePaddle / Parakeet

PAddle PARAllel text-to-speech toolKIT (supporting Tacotron2, Transformer TTS, FastSpeech2/FastPitch, SpeedySpeech, WaveFlow and Parallel WaveGAN)
Other
598 stars 83 forks source link

运行synthesize.py的时候有些问题(transformer tts和waveflow) #98

Closed TyroneHe-0926 closed 3 years ago

TyroneHe-0926 commented 3 years ago

用的是paddlepaddle-gpu2.0.0和python3.6.9 transformer tts的时候: root@43cc45147122:/home/ubuntu/Parakeet/models/transformer_tts# python3.6 synthesize.py --input=sentence2.txt --output=mels/ --device="gpu" --checkpoint_path="step-120000" --verbose data: batch_size: 16 d_mel: 80 f_max: 8000 hop_length: 256 mel_end_value: -0.5 mel_start_value: 0.5 n_fft: 1024 padding_idx: 0 sample_rate: 22050 valid_size: 64 win_length: 1024 model: d_decoder: 256 d_encoder: 512 d_ffn: 1024 d_postnet: 256 d_prenet: 256 decoder_layers: 4 decoder_prenet_dropout: 0.5 dropout: 0.1 encoder_layers: 4 max_reduction_factor: 10 n_heads: 4 postnet_kernel_size: 5 postnet_layers: 5 stop_loss_scale: 8.0 training: drop_n_heads: [[0, 0], [15000, 1]] lr: 0.0001 max_iteration: 900000 plot_interval: 1000 reduction_factor: [[0, 10], [80000, 4], [200000, 2]] save_interval: 10000 valid_interval: 1000 Namespace(checkpoint_path='step-120000', config=None, device='gpu', input='sentence2.txt', opts=None, output='mels/', verbose=True) W0308 13:08:59.084895 1152 device_context.cc:362] Please NOTE: device: 0, GPU Compute Capability: 6.1, Driver API Version: 11.2, Runtime API Version: 10.2 W0308 13:08:59.088985 1152 device_context.cc:372] device: 0, cuDNN Version: 7.6. /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder_pe_scalar. encoder_pe_scalar is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_pe_scalar. decoder_pe_scalar is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder_prenet.weight. encoder_prenet.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.self_mha.affine_q.weight. encoder.0.self_mha.affine_q.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.self_mha.affine_q.bias. encoder.0.self_mha.affine_q.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.self_mha.affine_k.weight. encoder.0.self_mha.affine_k.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.self_mha.affine_k.bias. encoder.0.self_mha.affine_k.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.self_mha.affine_v.weight. encoder.0.self_mha.affine_v.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.self_mha.affine_v.bias. encoder.0.self_mha.affine_v.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.self_mha.affine_o.weight. encoder.0.self_mha.affine_o.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.self_mha.affine_o.bias. encoder.0.self_mha.affine_o.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.layer_norm1.weight. encoder.0.layer_norm1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.layer_norm1.bias. encoder.0.layer_norm1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.ffn.linear1.weight. encoder.0.ffn.linear1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.ffn.linear1.bias. encoder.0.ffn.linear1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.ffn.linear2.weight. encoder.0.ffn.linear2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.ffn.linear2.bias. encoder.0.ffn.linear2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.layer_norm2.weight. encoder.0.layer_norm2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.layer_norm2.bias. encoder.0.layer_norm2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.self_mha.affine_q.weight. encoder.1.self_mha.affine_q.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.self_mha.affine_q.bias. encoder.1.self_mha.affine_q.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.self_mha.affine_k.weight. encoder.1.self_mha.affine_k.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.self_mha.affine_k.bias. encoder.1.self_mha.affine_k.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.self_mha.affine_v.weight. encoder.1.self_mha.affine_v.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.self_mha.affine_v.bias. encoder.1.self_mha.affine_v.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.self_mha.affine_o.weight. encoder.1.self_mha.affine_o.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.self_mha.affine_o.bias. encoder.1.self_mha.affine_o.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.layer_norm1.weight. encoder.1.layer_norm1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.layer_norm1.bias. encoder.1.layer_norm1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.ffn.linear1.weight. encoder.1.ffn.linear1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.ffn.linear1.bias. encoder.1.ffn.linear1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.ffn.linear2.weight. encoder.1.ffn.linear2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.ffn.linear2.bias. encoder.1.ffn.linear2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.layer_norm2.weight. encoder.1.layer_norm2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.layer_norm2.bias. encoder.1.layer_norm2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.self_mha.affine_q.weight. encoder.2.self_mha.affine_q.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.self_mha.affine_q.bias. encoder.2.self_mha.affine_q.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.self_mha.affine_k.weight. encoder.2.self_mha.affine_k.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.self_mha.affine_k.bias. encoder.2.self_mha.affine_k.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.self_mha.affine_v.weight. encoder.2.self_mha.affine_v.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.self_mha.affine_v.bias. encoder.2.self_mha.affine_v.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.self_mha.affine_o.weight. encoder.2.self_mha.affine_o.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.self_mha.affine_o.bias. encoder.2.self_mha.affine_o.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.layer_norm1.weight. encoder.2.layer_norm1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.layer_norm1.bias. encoder.2.layer_norm1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.ffn.linear1.weight. encoder.2.ffn.linear1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.ffn.linear1.bias. encoder.2.ffn.linear1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.ffn.linear2.weight. encoder.2.ffn.linear2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.ffn.linear2.bias. encoder.2.ffn.linear2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.layer_norm2.weight. encoder.2.layer_norm2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.2.layer_norm2.bias. encoder.2.layer_norm2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.self_mha.affine_q.weight. encoder.3.self_mha.affine_q.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.self_mha.affine_q.bias. encoder.3.self_mha.affine_q.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.self_mha.affine_k.weight. encoder.3.self_mha.affine_k.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.self_mha.affine_k.bias. encoder.3.self_mha.affine_k.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.self_mha.affine_v.weight. encoder.3.self_mha.affine_v.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.self_mha.affine_v.bias. encoder.3.self_mha.affine_v.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.self_mha.affine_o.weight. encoder.3.self_mha.affine_o.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.self_mha.affine_o.bias. encoder.3.self_mha.affine_o.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.layer_norm1.weight. encoder.3.layer_norm1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.layer_norm1.bias. encoder.3.layer_norm1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.ffn.linear1.weight. encoder.3.ffn.linear1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.ffn.linear1.bias. encoder.3.ffn.linear1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.ffn.linear2.weight. encoder.3.ffn.linear2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.ffn.linear2.bias. encoder.3.ffn.linear2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.layer_norm2.weight. encoder.3.layer_norm2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.3.layer_norm2.bias. encoder.3.layer_norm2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_prenet.lin1.weight. decoder_prenet.lin1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_prenet.lin1.bias. decoder_prenet.lin1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_prenet.lin2.weight. decoder_prenet.lin2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_prenet.lin2.bias. decoder_prenet.lin2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_prenet.lin3.weight. decoder_prenet.lin3.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_prenet.lin3.bias. decoder_prenet.lin3.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.self_mha.affine_q.weight. decoder.0.self_mha.affine_q.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.self_mha.affine_q.bias. decoder.0.self_mha.affine_q.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.self_mha.affine_k.weight. decoder.0.self_mha.affine_k.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.self_mha.affine_k.bias. decoder.0.self_mha.affine_k.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.self_mha.affine_v.weight. decoder.0.self_mha.affine_v.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.self_mha.affine_v.bias. decoder.0.self_mha.affine_v.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.self_mha.affine_o.weight. decoder.0.self_mha.affine_o.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.self_mha.affine_o.bias. decoder.0.self_mha.affine_o.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.layer_norm1.weight. decoder.0.layer_norm1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.layer_norm1.bias. decoder.0.layer_norm1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.cross_mha.affine_q.weight. decoder.0.cross_mha.affine_q.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.cross_mha.affine_q.bias. decoder.0.cross_mha.affine_q.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.cross_mha.affine_k.weight. decoder.0.cross_mha.affine_k.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.cross_mha.affine_k.bias. decoder.0.cross_mha.affine_k.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.cross_mha.affine_v.weight. decoder.0.cross_mha.affine_v.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.cross_mha.affine_v.bias. decoder.0.cross_mha.affine_v.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.cross_mha.affine_o.weight. decoder.0.cross_mha.affine_o.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.cross_mha.affine_o.bias. decoder.0.cross_mha.affine_o.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.layer_norm2.weight. decoder.0.layer_norm2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.layer_norm2.bias. decoder.0.layer_norm2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.ffn.linear1.weight. decoder.0.ffn.linear1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.ffn.linear1.bias. decoder.0.ffn.linear1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.ffn.linear2.weight. decoder.0.ffn.linear2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.ffn.linear2.bias. decoder.0.ffn.linear2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.layer_norm3.weight. decoder.0.layer_norm3.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.layer_norm3.bias. decoder.0.layer_norm3.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.self_mha.affine_q.weight. decoder.1.self_mha.affine_q.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.self_mha.affine_q.bias. decoder.1.self_mha.affine_q.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.self_mha.affine_k.weight. decoder.1.self_mha.affine_k.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.self_mha.affine_k.bias. decoder.1.self_mha.affine_k.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.self_mha.affine_v.weight. decoder.1.self_mha.affine_v.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.self_mha.affine_v.bias. decoder.1.self_mha.affine_v.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.self_mha.affine_o.weight. decoder.1.self_mha.affine_o.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.self_mha.affine_o.bias. decoder.1.self_mha.affine_o.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.layer_norm1.weight. decoder.1.layer_norm1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.layer_norm1.bias. decoder.1.layer_norm1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.cross_mha.affine_q.weight. decoder.1.cross_mha.affine_q.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.cross_mha.affine_q.bias. decoder.1.cross_mha.affine_q.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.cross_mha.affine_k.weight. decoder.1.cross_mha.affine_k.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.cross_mha.affine_k.bias. decoder.1.cross_mha.affine_k.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.cross_mha.affine_v.weight. decoder.1.cross_mha.affine_v.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.cross_mha.affine_v.bias. decoder.1.cross_mha.affine_v.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.cross_mha.affine_o.weight. decoder.1.cross_mha.affine_o.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.cross_mha.affine_o.bias. decoder.1.cross_mha.affine_o.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.layer_norm2.weight. decoder.1.layer_norm2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.layer_norm2.bias. decoder.1.layer_norm2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.ffn.linear1.weight. decoder.1.ffn.linear1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.ffn.linear1.bias. decoder.1.ffn.linear1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.ffn.linear2.weight. decoder.1.ffn.linear2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.ffn.linear2.bias. decoder.1.ffn.linear2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.layer_norm3.weight. decoder.1.layer_norm3.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.layer_norm3.bias. decoder.1.layer_norm3.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.self_mha.affine_q.weight. decoder.2.self_mha.affine_q.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.self_mha.affine_q.bias. decoder.2.self_mha.affine_q.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.self_mha.affine_k.weight. decoder.2.self_mha.affine_k.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.self_mha.affine_k.bias. decoder.2.self_mha.affine_k.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.self_mha.affine_v.weight. decoder.2.self_mha.affine_v.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.self_mha.affine_v.bias. decoder.2.self_mha.affine_v.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.self_mha.affine_o.weight. decoder.2.self_mha.affine_o.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.self_mha.affine_o.bias. decoder.2.self_mha.affine_o.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.layer_norm1.weight. decoder.2.layer_norm1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.layer_norm1.bias. decoder.2.layer_norm1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.cross_mha.affine_q.weight. decoder.2.cross_mha.affine_q.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.cross_mha.affine_q.bias. decoder.2.cross_mha.affine_q.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.cross_mha.affine_k.weight. decoder.2.cross_mha.affine_k.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.cross_mha.affine_k.bias. decoder.2.cross_mha.affine_k.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.cross_mha.affine_v.weight. decoder.2.cross_mha.affine_v.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.cross_mha.affine_v.bias. decoder.2.cross_mha.affine_v.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.cross_mha.affine_o.weight. decoder.2.cross_mha.affine_o.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.cross_mha.affine_o.bias. decoder.2.cross_mha.affine_o.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.layer_norm2.weight. decoder.2.layer_norm2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.layer_norm2.bias. decoder.2.layer_norm2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.ffn.linear1.weight. decoder.2.ffn.linear1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.ffn.linear1.bias. decoder.2.ffn.linear1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.ffn.linear2.weight. decoder.2.ffn.linear2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.ffn.linear2.bias. decoder.2.ffn.linear2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.layer_norm3.weight. decoder.2.layer_norm3.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.layer_norm3.bias. decoder.2.layer_norm3.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.self_mha.affine_q.weight. decoder.3.self_mha.affine_q.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.self_mha.affine_q.bias. decoder.3.self_mha.affine_q.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.self_mha.affine_k.weight. decoder.3.self_mha.affine_k.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.self_mha.affine_k.bias. decoder.3.self_mha.affine_k.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.self_mha.affine_v.weight. decoder.3.self_mha.affine_v.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.self_mha.affine_v.bias. decoder.3.self_mha.affine_v.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.self_mha.affine_o.weight. decoder.3.self_mha.affine_o.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.self_mha.affine_o.bias. decoder.3.self_mha.affine_o.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.layer_norm1.weight. decoder.3.layer_norm1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.layer_norm1.bias. decoder.3.layer_norm1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.cross_mha.affine_q.weight. decoder.3.cross_mha.affine_q.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.cross_mha.affine_q.bias. decoder.3.cross_mha.affine_q.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.cross_mha.affine_k.weight. decoder.3.cross_mha.affine_k.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.cross_mha.affine_k.bias. decoder.3.cross_mha.affine_k.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.cross_mha.affine_v.weight. decoder.3.cross_mha.affine_v.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.cross_mha.affine_v.bias. decoder.3.cross_mha.affine_v.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.cross_mha.affine_o.weight. decoder.3.cross_mha.affine_o.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.cross_mha.affine_o.bias. decoder.3.cross_mha.affine_o.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.layer_norm2.weight. decoder.3.layer_norm2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.layer_norm2.bias. decoder.3.layer_norm2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.ffn.linear1.weight. decoder.3.ffn.linear1.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.ffn.linear1.bias. decoder.3.ffn.linear1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.ffn.linear2.weight. decoder.3.ffn.linear2.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.ffn.linear2.bias. decoder.3.ffn.linear2.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.layer_norm3.weight. decoder.3.layer_norm3.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.layer_norm3.bias. decoder.3.layer_norm3.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for final_proj.weight. final_proj.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for final_proj.bias. final_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.0.conv.weight. decoder_postnet.convs.0.conv.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.0.conv.bias. decoder_postnet.convs.0.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.0.bn.weight. decoder_postnet.convs.0.bn.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.0.bn.bias. decoder_postnet.convs.0.bn.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.0.bn._mean. decoder_postnet.convs.0.bn._mean is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.0.bn._variance. decoder_postnet.convs.0.bn._variance is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.1.conv.weight. decoder_postnet.convs.1.conv.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.1.conv.bias. decoder_postnet.convs.1.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.1.bn.weight. decoder_postnet.convs.1.bn.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.1.bn.bias. decoder_postnet.convs.1.bn.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.1.bn._mean. decoder_postnet.convs.1.bn._mean is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.1.bn._variance. decoder_postnet.convs.1.bn._variance is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.2.conv.weight. decoder_postnet.convs.2.conv.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.2.conv.bias. decoder_postnet.convs.2.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.2.bn.weight. decoder_postnet.convs.2.bn.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.2.bn.bias. decoder_postnet.convs.2.bn.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.2.bn._mean. decoder_postnet.convs.2.bn._mean is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.2.bn._variance. decoder_postnet.convs.2.bn._variance is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.3.conv.weight. decoder_postnet.convs.3.conv.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.3.conv.bias. decoder_postnet.convs.3.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.3.bn.weight. decoder_postnet.convs.3.bn.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.3.bn.bias. decoder_postnet.convs.3.bn.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.3.bn._mean. decoder_postnet.convs.3.bn._mean is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.3.bn._variance. decoder_postnet.convs.3.bn._variance is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.4.conv.weight. decoder_postnet.convs.4.conv.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.4.conv.bias. decoder_postnet.convs.4.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.4.bn.weight. decoder_postnet.convs.4.bn.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.4.bn.bias. decoder_postnet.convs.4.bn.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.4.bn._mean. decoder_postnet.convs.4.bn._mean is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.convs.4.bn._variance. decoder_postnet.convs.4.bn._variance is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.last_bn.weight. decoder_postnet.last_bn.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.last_bn.bias. decoder_postnet.last_bn.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.last_bn._mean. decoder_postnet.last_bn._mean is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder_postnet.last_bn._variance. decoder_postnet.last_bn._variance is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for stop_conditioner.weight. stop_conditioner.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for stop_conditioner.bias. stop_conditioner.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) [checkpoint] Rank 0: loaded model from step-120000.pdparams 0%| | 0/251 [00:00<?, ?it/s]Hits stop condition.

spectrogram saved at mels/sentence_0.npy 0%| | 0/251 [00:00<?, ?it/s]Hits stop condition.

spectrogram saved at mels/sentence_1.npy

然后用这两个.npy文件跑waveflow的时候: root@43cc45147122:/home/ubuntu/Parakeet/models/waveflow# python3 synthesize.py --input=mels/ --output=wavs/ --checkpoint_path="step-2000000" --device="gpu" --verbose data: batch_size: 8 clip_frames: 65 f_max: 8000 hop_length: 256 n_fft: 1024 n_mels: 80 sample_rate: 22050 valid_size: 16 win_length: 1024 model: channels: 128 kernel_size: [3, 3] n_flows: 8 n_group: 16 n_layers: 8 sigma: 1.0 upsample_factors: [16, 16] training: lr: 0.0002 max_iteration: 3000000 save_interval: 10000 valid_interval: 1000 Namespace(checkpoint_path='step-2000000', config=None, device='gpu', input='mels/', opts=None, output='wavs/', verbose=True) W0308 13:17:07.626359 2110 device_context.cc:362] Please NOTE: device: 0, GPU Compute Capability: 6.1, Driver API Version: 11.2, Runtime API Version: 10.2 W0308 13:17:07.631304 2110 device_context.cc:372] device: 0, cuDNN Version: 7.6. /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.bias. encoder.0.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.weight_v. encoder.0.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.0.weight_g. encoder.0.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.bias. encoder.1.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.weight_v. encoder.1.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for encoder.1.weight_g. encoder.1.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.input_proj.bias. decoder.0.input_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.input_proj.weight_v. decoder.0.input_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.input_proj.weight_g. decoder.0.input_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.0.conv.bias. decoder.0.resnet.0.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.0.conv.weight_v. decoder.0.resnet.0.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.0.conv.weight_g. decoder.0.resnet.0.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.0.condition_proj.bias. decoder.0.resnet.0.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.0.condition_proj.weight_v. decoder.0.resnet.0.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.0.condition_proj.weight_g. decoder.0.resnet.0.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.0.out_proj.bias. decoder.0.resnet.0.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.0.out_proj.weight_v. decoder.0.resnet.0.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.0.out_proj.weight_g. decoder.0.resnet.0.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.1.conv.bias. decoder.0.resnet.1.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.1.conv.weight_v. decoder.0.resnet.1.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.1.conv.weight_g. decoder.0.resnet.1.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.1.condition_proj.bias. decoder.0.resnet.1.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.1.condition_proj.weight_v. decoder.0.resnet.1.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.1.condition_proj.weight_g. decoder.0.resnet.1.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.1.out_proj.bias. decoder.0.resnet.1.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.1.out_proj.weight_v. decoder.0.resnet.1.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.1.out_proj.weight_g. decoder.0.resnet.1.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.2.conv.bias. decoder.0.resnet.2.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.2.conv.weight_v. decoder.0.resnet.2.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.2.conv.weight_g. decoder.0.resnet.2.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.2.condition_proj.bias. decoder.0.resnet.2.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.2.condition_proj.weight_v. decoder.0.resnet.2.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.2.condition_proj.weight_g. decoder.0.resnet.2.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.2.out_proj.bias. decoder.0.resnet.2.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.2.out_proj.weight_v. decoder.0.resnet.2.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.2.out_proj.weight_g. decoder.0.resnet.2.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.3.conv.bias. decoder.0.resnet.3.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.3.conv.weight_v. decoder.0.resnet.3.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.3.conv.weight_g. decoder.0.resnet.3.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.3.condition_proj.bias. decoder.0.resnet.3.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.3.condition_proj.weight_v. decoder.0.resnet.3.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.3.condition_proj.weight_g. decoder.0.resnet.3.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.3.out_proj.bias. decoder.0.resnet.3.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.3.out_proj.weight_v. decoder.0.resnet.3.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.3.out_proj.weight_g. decoder.0.resnet.3.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.4.conv.bias. decoder.0.resnet.4.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.4.conv.weight_v. decoder.0.resnet.4.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.4.conv.weight_g. decoder.0.resnet.4.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.4.condition_proj.bias. decoder.0.resnet.4.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.4.condition_proj.weight_v. decoder.0.resnet.4.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.4.condition_proj.weight_g. decoder.0.resnet.4.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.4.out_proj.bias. decoder.0.resnet.4.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.4.out_proj.weight_v. decoder.0.resnet.4.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.4.out_proj.weight_g. decoder.0.resnet.4.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.5.conv.bias. decoder.0.resnet.5.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.5.conv.weight_v. decoder.0.resnet.5.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.5.conv.weight_g. decoder.0.resnet.5.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.5.condition_proj.bias. decoder.0.resnet.5.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.5.condition_proj.weight_v. decoder.0.resnet.5.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.5.condition_proj.weight_g. decoder.0.resnet.5.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.5.out_proj.bias. decoder.0.resnet.5.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.5.out_proj.weight_v. decoder.0.resnet.5.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.5.out_proj.weight_g. decoder.0.resnet.5.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.6.conv.bias. decoder.0.resnet.6.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.6.conv.weight_v. decoder.0.resnet.6.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.6.conv.weight_g. decoder.0.resnet.6.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.6.condition_proj.bias. decoder.0.resnet.6.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.6.condition_proj.weight_v. decoder.0.resnet.6.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.6.condition_proj.weight_g. decoder.0.resnet.6.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.6.out_proj.bias. decoder.0.resnet.6.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.6.out_proj.weight_v. decoder.0.resnet.6.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.6.out_proj.weight_g. decoder.0.resnet.6.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.7.conv.bias. decoder.0.resnet.7.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.7.conv.weight_v. decoder.0.resnet.7.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.7.conv.weight_g. decoder.0.resnet.7.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.7.condition_proj.bias. decoder.0.resnet.7.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.7.condition_proj.weight_v. decoder.0.resnet.7.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.7.condition_proj.weight_g. decoder.0.resnet.7.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.7.out_proj.bias. decoder.0.resnet.7.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.7.out_proj.weight_v. decoder.0.resnet.7.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.resnet.7.out_proj.weight_g. decoder.0.resnet.7.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.output_proj.weight. decoder.0.output_proj.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.0.output_proj.bias. decoder.0.output_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.input_proj.bias. decoder.1.input_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.input_proj.weight_v. decoder.1.input_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.input_proj.weight_g. decoder.1.input_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.0.conv.bias. decoder.1.resnet.0.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.0.conv.weight_v. decoder.1.resnet.0.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.0.conv.weight_g. decoder.1.resnet.0.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.0.condition_proj.bias. decoder.1.resnet.0.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.0.condition_proj.weight_v. decoder.1.resnet.0.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.0.condition_proj.weight_g. decoder.1.resnet.0.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.0.out_proj.bias. decoder.1.resnet.0.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.0.out_proj.weight_v. decoder.1.resnet.0.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.0.out_proj.weight_g. decoder.1.resnet.0.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.1.conv.bias. decoder.1.resnet.1.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.1.conv.weight_v. decoder.1.resnet.1.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.1.conv.weight_g. decoder.1.resnet.1.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.1.condition_proj.bias. decoder.1.resnet.1.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.1.condition_proj.weight_v. decoder.1.resnet.1.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.1.condition_proj.weight_g. decoder.1.resnet.1.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.1.out_proj.bias. decoder.1.resnet.1.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.1.out_proj.weight_v. decoder.1.resnet.1.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.1.out_proj.weight_g. decoder.1.resnet.1.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.2.conv.bias. decoder.1.resnet.2.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.2.conv.weight_v. decoder.1.resnet.2.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.2.conv.weight_g. decoder.1.resnet.2.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.2.condition_proj.bias. decoder.1.resnet.2.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.2.condition_proj.weight_v. decoder.1.resnet.2.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.2.condition_proj.weight_g. decoder.1.resnet.2.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.2.out_proj.bias. decoder.1.resnet.2.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.2.out_proj.weight_v. decoder.1.resnet.2.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.2.out_proj.weight_g. decoder.1.resnet.2.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.3.conv.bias. decoder.1.resnet.3.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.3.conv.weight_v. decoder.1.resnet.3.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.3.conv.weight_g. decoder.1.resnet.3.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.3.condition_proj.bias. decoder.1.resnet.3.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.3.condition_proj.weight_v. decoder.1.resnet.3.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.3.condition_proj.weight_g. decoder.1.resnet.3.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.3.out_proj.bias. decoder.1.resnet.3.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.3.out_proj.weight_v. decoder.1.resnet.3.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.3.out_proj.weight_g. decoder.1.resnet.3.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.4.conv.bias. decoder.1.resnet.4.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.4.conv.weight_v. decoder.1.resnet.4.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.4.conv.weight_g. decoder.1.resnet.4.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.4.condition_proj.bias. decoder.1.resnet.4.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.4.condition_proj.weight_v. decoder.1.resnet.4.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.4.condition_proj.weight_g. decoder.1.resnet.4.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.4.out_proj.bias. decoder.1.resnet.4.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.4.out_proj.weight_v. decoder.1.resnet.4.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.4.out_proj.weight_g. decoder.1.resnet.4.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.5.conv.bias. decoder.1.resnet.5.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.5.conv.weight_v. decoder.1.resnet.5.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.5.conv.weight_g. decoder.1.resnet.5.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.5.condition_proj.bias. decoder.1.resnet.5.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.5.condition_proj.weight_v. decoder.1.resnet.5.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.5.condition_proj.weight_g. decoder.1.resnet.5.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.5.out_proj.bias. decoder.1.resnet.5.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.5.out_proj.weight_v. decoder.1.resnet.5.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.5.out_proj.weight_g. decoder.1.resnet.5.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.6.conv.bias. decoder.1.resnet.6.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.6.conv.weight_v. decoder.1.resnet.6.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.6.conv.weight_g. decoder.1.resnet.6.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.6.condition_proj.bias. decoder.1.resnet.6.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.6.condition_proj.weight_v. decoder.1.resnet.6.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.6.condition_proj.weight_g. decoder.1.resnet.6.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.6.out_proj.bias. decoder.1.resnet.6.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.6.out_proj.weight_v. decoder.1.resnet.6.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.6.out_proj.weight_g. decoder.1.resnet.6.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.7.conv.bias. decoder.1.resnet.7.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.7.conv.weight_v. decoder.1.resnet.7.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.7.conv.weight_g. decoder.1.resnet.7.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.7.condition_proj.bias. decoder.1.resnet.7.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.7.condition_proj.weight_v. decoder.1.resnet.7.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.7.condition_proj.weight_g. decoder.1.resnet.7.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.7.out_proj.bias. decoder.1.resnet.7.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.7.out_proj.weight_v. decoder.1.resnet.7.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.resnet.7.out_proj.weight_g. decoder.1.resnet.7.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.output_proj.weight. decoder.1.output_proj.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.1.output_proj.bias. decoder.1.output_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.input_proj.bias. decoder.2.input_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.input_proj.weight_v. decoder.2.input_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.input_proj.weight_g. decoder.2.input_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.0.conv.bias. decoder.2.resnet.0.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.0.conv.weight_v. decoder.2.resnet.0.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.0.conv.weight_g. decoder.2.resnet.0.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.0.condition_proj.bias. decoder.2.resnet.0.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.0.condition_proj.weight_v. decoder.2.resnet.0.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.0.condition_proj.weight_g. decoder.2.resnet.0.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.0.out_proj.bias. decoder.2.resnet.0.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.0.out_proj.weight_v. decoder.2.resnet.0.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.0.out_proj.weight_g. decoder.2.resnet.0.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.1.conv.bias. decoder.2.resnet.1.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.1.conv.weight_v. decoder.2.resnet.1.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.1.conv.weight_g. decoder.2.resnet.1.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.1.condition_proj.bias. decoder.2.resnet.1.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.1.condition_proj.weight_v. decoder.2.resnet.1.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.1.condition_proj.weight_g. decoder.2.resnet.1.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.1.out_proj.bias. decoder.2.resnet.1.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.1.out_proj.weight_v. decoder.2.resnet.1.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.1.out_proj.weight_g. decoder.2.resnet.1.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.2.conv.bias. decoder.2.resnet.2.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.2.conv.weight_v. decoder.2.resnet.2.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.2.conv.weight_g. decoder.2.resnet.2.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.2.condition_proj.bias. decoder.2.resnet.2.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.2.condition_proj.weight_v. decoder.2.resnet.2.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.2.condition_proj.weight_g. decoder.2.resnet.2.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.2.out_proj.bias. decoder.2.resnet.2.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.2.out_proj.weight_v. decoder.2.resnet.2.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.2.out_proj.weight_g. decoder.2.resnet.2.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.3.conv.bias. decoder.2.resnet.3.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.3.conv.weight_v. decoder.2.resnet.3.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.3.conv.weight_g. decoder.2.resnet.3.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.3.condition_proj.bias. decoder.2.resnet.3.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.3.condition_proj.weight_v. decoder.2.resnet.3.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.3.condition_proj.weight_g. decoder.2.resnet.3.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.3.out_proj.bias. decoder.2.resnet.3.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.3.out_proj.weight_v. decoder.2.resnet.3.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.3.out_proj.weight_g. decoder.2.resnet.3.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.4.conv.bias. decoder.2.resnet.4.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.4.conv.weight_v. decoder.2.resnet.4.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.4.conv.weight_g. decoder.2.resnet.4.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.4.condition_proj.bias. decoder.2.resnet.4.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.4.condition_proj.weight_v. decoder.2.resnet.4.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.4.condition_proj.weight_g. decoder.2.resnet.4.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.4.out_proj.bias. decoder.2.resnet.4.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.4.out_proj.weight_v. decoder.2.resnet.4.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.4.out_proj.weight_g. decoder.2.resnet.4.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.5.conv.bias. decoder.2.resnet.5.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.5.conv.weight_v. decoder.2.resnet.5.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.5.conv.weight_g. decoder.2.resnet.5.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.5.condition_proj.bias. decoder.2.resnet.5.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.5.condition_proj.weight_v. decoder.2.resnet.5.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.5.condition_proj.weight_g. decoder.2.resnet.5.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.5.out_proj.bias. decoder.2.resnet.5.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.5.out_proj.weight_v. decoder.2.resnet.5.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.5.out_proj.weight_g. decoder.2.resnet.5.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.6.conv.bias. decoder.2.resnet.6.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.6.conv.weight_v. decoder.2.resnet.6.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.6.conv.weight_g. decoder.2.resnet.6.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.6.condition_proj.bias. decoder.2.resnet.6.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.6.condition_proj.weight_v. decoder.2.resnet.6.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.6.condition_proj.weight_g. decoder.2.resnet.6.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.6.out_proj.bias. decoder.2.resnet.6.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.6.out_proj.weight_v. decoder.2.resnet.6.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.6.out_proj.weight_g. decoder.2.resnet.6.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.7.conv.bias. decoder.2.resnet.7.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.7.conv.weight_v. decoder.2.resnet.7.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.7.conv.weight_g. decoder.2.resnet.7.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.7.condition_proj.bias. decoder.2.resnet.7.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.7.condition_proj.weight_v. decoder.2.resnet.7.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.7.condition_proj.weight_g. decoder.2.resnet.7.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.7.out_proj.bias. decoder.2.resnet.7.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.7.out_proj.weight_v. decoder.2.resnet.7.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.resnet.7.out_proj.weight_g. decoder.2.resnet.7.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.output_proj.weight. decoder.2.output_proj.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.2.output_proj.bias. decoder.2.output_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.input_proj.bias. decoder.3.input_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.input_proj.weight_v. decoder.3.input_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.input_proj.weight_g. decoder.3.input_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.0.conv.bias. decoder.3.resnet.0.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.0.conv.weight_v. decoder.3.resnet.0.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.0.conv.weight_g. decoder.3.resnet.0.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.0.condition_proj.bias. decoder.3.resnet.0.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.0.condition_proj.weight_v. decoder.3.resnet.0.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.0.condition_proj.weight_g. decoder.3.resnet.0.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.0.out_proj.bias. decoder.3.resnet.0.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.0.out_proj.weight_v. decoder.3.resnet.0.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.0.out_proj.weight_g. decoder.3.resnet.0.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.1.conv.bias. decoder.3.resnet.1.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.1.conv.weight_v. decoder.3.resnet.1.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.1.conv.weight_g. decoder.3.resnet.1.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.1.condition_proj.bias. decoder.3.resnet.1.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.1.condition_proj.weight_v. decoder.3.resnet.1.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.1.condition_proj.weight_g. decoder.3.resnet.1.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.1.out_proj.bias. decoder.3.resnet.1.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.1.out_proj.weight_v. decoder.3.resnet.1.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.1.out_proj.weight_g. decoder.3.resnet.1.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.2.conv.bias. decoder.3.resnet.2.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.2.conv.weight_v. decoder.3.resnet.2.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.2.conv.weight_g. decoder.3.resnet.2.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.2.condition_proj.bias. decoder.3.resnet.2.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.2.condition_proj.weight_v. decoder.3.resnet.2.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.2.condition_proj.weight_g. decoder.3.resnet.2.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.2.out_proj.bias. decoder.3.resnet.2.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.2.out_proj.weight_v. decoder.3.resnet.2.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.2.out_proj.weight_g. decoder.3.resnet.2.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.3.conv.bias. decoder.3.resnet.3.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.3.conv.weight_v. decoder.3.resnet.3.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.3.conv.weight_g. decoder.3.resnet.3.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.3.condition_proj.bias. decoder.3.resnet.3.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.3.condition_proj.weight_v. decoder.3.resnet.3.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.3.condition_proj.weight_g. decoder.3.resnet.3.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.3.out_proj.bias. decoder.3.resnet.3.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.3.out_proj.weight_v. decoder.3.resnet.3.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.3.out_proj.weight_g. decoder.3.resnet.3.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.4.conv.bias. decoder.3.resnet.4.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.4.conv.weight_v. decoder.3.resnet.4.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.4.conv.weight_g. decoder.3.resnet.4.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.4.condition_proj.bias. decoder.3.resnet.4.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.4.condition_proj.weight_v. decoder.3.resnet.4.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.4.condition_proj.weight_g. decoder.3.resnet.4.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.4.out_proj.bias. decoder.3.resnet.4.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.4.out_proj.weight_v. decoder.3.resnet.4.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.4.out_proj.weight_g. decoder.3.resnet.4.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.5.conv.bias. decoder.3.resnet.5.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.5.conv.weight_v. decoder.3.resnet.5.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.5.conv.weight_g. decoder.3.resnet.5.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.5.condition_proj.bias. decoder.3.resnet.5.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.5.condition_proj.weight_v. decoder.3.resnet.5.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.5.condition_proj.weight_g. decoder.3.resnet.5.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.5.out_proj.bias. decoder.3.resnet.5.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.5.out_proj.weight_v. decoder.3.resnet.5.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.5.out_proj.weight_g. decoder.3.resnet.5.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.6.conv.bias. decoder.3.resnet.6.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.6.conv.weight_v. decoder.3.resnet.6.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.6.conv.weight_g. decoder.3.resnet.6.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.6.condition_proj.bias. decoder.3.resnet.6.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.6.condition_proj.weight_v. decoder.3.resnet.6.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.6.condition_proj.weight_g. decoder.3.resnet.6.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.6.out_proj.bias. decoder.3.resnet.6.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.6.out_proj.weight_v. decoder.3.resnet.6.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.6.out_proj.weight_g. decoder.3.resnet.6.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.7.conv.bias. decoder.3.resnet.7.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.7.conv.weight_v. decoder.3.resnet.7.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.7.conv.weight_g. decoder.3.resnet.7.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.7.condition_proj.bias. decoder.3.resnet.7.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.7.condition_proj.weight_v. decoder.3.resnet.7.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.7.condition_proj.weight_g. decoder.3.resnet.7.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.7.out_proj.bias. decoder.3.resnet.7.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.7.out_proj.weight_v. decoder.3.resnet.7.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.resnet.7.out_proj.weight_g. decoder.3.resnet.7.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.output_proj.weight. decoder.3.output_proj.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.3.output_proj.bias. decoder.3.output_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.input_proj.bias. decoder.4.input_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.input_proj.weight_v. decoder.4.input_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.input_proj.weight_g. decoder.4.input_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.0.conv.bias. decoder.4.resnet.0.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.0.conv.weight_v. decoder.4.resnet.0.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.0.conv.weight_g. decoder.4.resnet.0.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.0.condition_proj.bias. decoder.4.resnet.0.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.0.condition_proj.weight_v. decoder.4.resnet.0.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.0.condition_proj.weight_g. decoder.4.resnet.0.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.0.out_proj.bias. decoder.4.resnet.0.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.0.out_proj.weight_v. decoder.4.resnet.0.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.0.out_proj.weight_g. decoder.4.resnet.0.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.1.conv.bias. decoder.4.resnet.1.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.1.conv.weight_v. decoder.4.resnet.1.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.1.conv.weight_g. decoder.4.resnet.1.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.1.condition_proj.bias. decoder.4.resnet.1.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.1.condition_proj.weight_v. decoder.4.resnet.1.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.1.condition_proj.weight_g. decoder.4.resnet.1.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.1.out_proj.bias. decoder.4.resnet.1.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.1.out_proj.weight_v. decoder.4.resnet.1.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.1.out_proj.weight_g. decoder.4.resnet.1.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.2.conv.bias. decoder.4.resnet.2.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.2.conv.weight_v. decoder.4.resnet.2.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.2.conv.weight_g. decoder.4.resnet.2.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.2.condition_proj.bias. decoder.4.resnet.2.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.2.condition_proj.weight_v. decoder.4.resnet.2.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.2.condition_proj.weight_g. decoder.4.resnet.2.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.2.out_proj.bias. decoder.4.resnet.2.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.2.out_proj.weight_v. decoder.4.resnet.2.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.2.out_proj.weight_g. decoder.4.resnet.2.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.3.conv.bias. decoder.4.resnet.3.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.3.conv.weight_v. decoder.4.resnet.3.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.3.conv.weight_g. decoder.4.resnet.3.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.3.condition_proj.bias. decoder.4.resnet.3.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.3.condition_proj.weight_v. decoder.4.resnet.3.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.3.condition_proj.weight_g. decoder.4.resnet.3.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.3.out_proj.bias. decoder.4.resnet.3.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.3.out_proj.weight_v. decoder.4.resnet.3.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.3.out_proj.weight_g. decoder.4.resnet.3.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.4.conv.bias. decoder.4.resnet.4.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.4.conv.weight_v. decoder.4.resnet.4.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.4.conv.weight_g. decoder.4.resnet.4.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.4.condition_proj.bias. decoder.4.resnet.4.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.4.condition_proj.weight_v. decoder.4.resnet.4.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.4.condition_proj.weight_g. decoder.4.resnet.4.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.4.out_proj.bias. decoder.4.resnet.4.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.4.out_proj.weight_v. decoder.4.resnet.4.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.4.out_proj.weight_g. decoder.4.resnet.4.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.5.conv.bias. decoder.4.resnet.5.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.5.conv.weight_v. decoder.4.resnet.5.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.5.conv.weight_g. decoder.4.resnet.5.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.5.condition_proj.bias. decoder.4.resnet.5.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.5.condition_proj.weight_v. decoder.4.resnet.5.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.5.condition_proj.weight_g. decoder.4.resnet.5.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.5.out_proj.bias. decoder.4.resnet.5.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.5.out_proj.weight_v. decoder.4.resnet.5.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.5.out_proj.weight_g. decoder.4.resnet.5.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.6.conv.bias. decoder.4.resnet.6.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.6.conv.weight_v. decoder.4.resnet.6.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.6.conv.weight_g. decoder.4.resnet.6.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.6.condition_proj.bias. decoder.4.resnet.6.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.6.condition_proj.weight_v. decoder.4.resnet.6.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.6.condition_proj.weight_g. decoder.4.resnet.6.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.6.out_proj.bias. decoder.4.resnet.6.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.6.out_proj.weight_v. decoder.4.resnet.6.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.6.out_proj.weight_g. decoder.4.resnet.6.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.7.conv.bias. decoder.4.resnet.7.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.7.conv.weight_v. decoder.4.resnet.7.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.7.conv.weight_g. decoder.4.resnet.7.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.7.condition_proj.bias. decoder.4.resnet.7.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.7.condition_proj.weight_v. decoder.4.resnet.7.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.7.condition_proj.weight_g. decoder.4.resnet.7.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.7.out_proj.bias. decoder.4.resnet.7.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.7.out_proj.weight_v. decoder.4.resnet.7.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.resnet.7.out_proj.weight_g. decoder.4.resnet.7.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.output_proj.weight. decoder.4.output_proj.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.4.output_proj.bias. decoder.4.output_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.input_proj.bias. decoder.5.input_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.input_proj.weight_v. decoder.5.input_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.input_proj.weight_g. decoder.5.input_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.0.conv.bias. decoder.5.resnet.0.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.0.conv.weight_v. decoder.5.resnet.0.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.0.conv.weight_g. decoder.5.resnet.0.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.0.condition_proj.bias. decoder.5.resnet.0.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.0.condition_proj.weight_v. decoder.5.resnet.0.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.0.condition_proj.weight_g. decoder.5.resnet.0.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.0.out_proj.bias. decoder.5.resnet.0.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.0.out_proj.weight_v. decoder.5.resnet.0.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.0.out_proj.weight_g. decoder.5.resnet.0.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.1.conv.bias. decoder.5.resnet.1.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.1.conv.weight_v. decoder.5.resnet.1.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.1.conv.weight_g. decoder.5.resnet.1.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.1.condition_proj.bias. decoder.5.resnet.1.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.1.condition_proj.weight_v. decoder.5.resnet.1.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.1.condition_proj.weight_g. decoder.5.resnet.1.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.1.out_proj.bias. decoder.5.resnet.1.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.1.out_proj.weight_v. decoder.5.resnet.1.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.1.out_proj.weight_g. decoder.5.resnet.1.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.2.conv.bias. decoder.5.resnet.2.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.2.conv.weight_v. decoder.5.resnet.2.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.2.conv.weight_g. decoder.5.resnet.2.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.2.condition_proj.bias. decoder.5.resnet.2.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.2.condition_proj.weight_v. decoder.5.resnet.2.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.2.condition_proj.weight_g. decoder.5.resnet.2.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.2.out_proj.bias. decoder.5.resnet.2.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.2.out_proj.weight_v. decoder.5.resnet.2.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.2.out_proj.weight_g. decoder.5.resnet.2.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.3.conv.bias. decoder.5.resnet.3.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.3.conv.weight_v. decoder.5.resnet.3.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.3.conv.weight_g. decoder.5.resnet.3.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.3.condition_proj.bias. decoder.5.resnet.3.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.3.condition_proj.weight_v. decoder.5.resnet.3.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.3.condition_proj.weight_g. decoder.5.resnet.3.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.3.out_proj.bias. decoder.5.resnet.3.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.3.out_proj.weight_v. decoder.5.resnet.3.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.3.out_proj.weight_g. decoder.5.resnet.3.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.4.conv.bias. decoder.5.resnet.4.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.4.conv.weight_v. decoder.5.resnet.4.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.4.conv.weight_g. decoder.5.resnet.4.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.4.condition_proj.bias. decoder.5.resnet.4.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.4.condition_proj.weight_v. decoder.5.resnet.4.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.4.condition_proj.weight_g. decoder.5.resnet.4.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.4.out_proj.bias. decoder.5.resnet.4.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.4.out_proj.weight_v. decoder.5.resnet.4.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.4.out_proj.weight_g. decoder.5.resnet.4.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.5.conv.bias. decoder.5.resnet.5.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.5.conv.weight_v. decoder.5.resnet.5.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.5.conv.weight_g. decoder.5.resnet.5.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.5.condition_proj.bias. decoder.5.resnet.5.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.5.condition_proj.weight_v. decoder.5.resnet.5.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.5.condition_proj.weight_g. decoder.5.resnet.5.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.5.out_proj.bias. decoder.5.resnet.5.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.5.out_proj.weight_v. decoder.5.resnet.5.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.5.out_proj.weight_g. decoder.5.resnet.5.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.6.conv.bias. decoder.5.resnet.6.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.6.conv.weight_v. decoder.5.resnet.6.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.6.conv.weight_g. decoder.5.resnet.6.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.6.condition_proj.bias. decoder.5.resnet.6.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.6.condition_proj.weight_v. decoder.5.resnet.6.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.6.condition_proj.weight_g. decoder.5.resnet.6.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.6.out_proj.bias. decoder.5.resnet.6.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.6.out_proj.weight_v. decoder.5.resnet.6.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.6.out_proj.weight_g. decoder.5.resnet.6.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.7.conv.bias. decoder.5.resnet.7.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.7.conv.weight_v. decoder.5.resnet.7.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.7.conv.weight_g. decoder.5.resnet.7.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.7.condition_proj.bias. decoder.5.resnet.7.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.7.condition_proj.weight_v. decoder.5.resnet.7.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.7.condition_proj.weight_g. decoder.5.resnet.7.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.7.out_proj.bias. decoder.5.resnet.7.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.7.out_proj.weight_v. decoder.5.resnet.7.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.resnet.7.out_proj.weight_g. decoder.5.resnet.7.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.output_proj.weight. decoder.5.output_proj.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.5.output_proj.bias. decoder.5.output_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.input_proj.bias. decoder.6.input_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.input_proj.weight_v. decoder.6.input_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.input_proj.weight_g. decoder.6.input_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.0.conv.bias. decoder.6.resnet.0.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.0.conv.weight_v. decoder.6.resnet.0.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.0.conv.weight_g. decoder.6.resnet.0.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.0.condition_proj.bias. decoder.6.resnet.0.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.0.condition_proj.weight_v. decoder.6.resnet.0.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.0.condition_proj.weight_g. decoder.6.resnet.0.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.0.out_proj.bias. decoder.6.resnet.0.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.0.out_proj.weight_v. decoder.6.resnet.0.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.0.out_proj.weight_g. decoder.6.resnet.0.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.1.conv.bias. decoder.6.resnet.1.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.1.conv.weight_v. decoder.6.resnet.1.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.1.conv.weight_g. decoder.6.resnet.1.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.1.condition_proj.bias. decoder.6.resnet.1.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.1.condition_proj.weight_v. decoder.6.resnet.1.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.1.condition_proj.weight_g. decoder.6.resnet.1.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.1.out_proj.bias. decoder.6.resnet.1.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.1.out_proj.weight_v. decoder.6.resnet.1.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.1.out_proj.weight_g. decoder.6.resnet.1.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.2.conv.bias. decoder.6.resnet.2.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.2.conv.weight_v. decoder.6.resnet.2.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.2.conv.weight_g. decoder.6.resnet.2.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.2.condition_proj.bias. decoder.6.resnet.2.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.2.condition_proj.weight_v. decoder.6.resnet.2.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.2.condition_proj.weight_g. decoder.6.resnet.2.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.2.out_proj.bias. decoder.6.resnet.2.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.2.out_proj.weight_v. decoder.6.resnet.2.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.2.out_proj.weight_g. decoder.6.resnet.2.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.3.conv.bias. decoder.6.resnet.3.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.3.conv.weight_v. decoder.6.resnet.3.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.3.conv.weight_g. decoder.6.resnet.3.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.3.condition_proj.bias. decoder.6.resnet.3.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.3.condition_proj.weight_v. decoder.6.resnet.3.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.3.condition_proj.weight_g. decoder.6.resnet.3.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.3.out_proj.bias. decoder.6.resnet.3.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.3.out_proj.weight_v. decoder.6.resnet.3.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.3.out_proj.weight_g. decoder.6.resnet.3.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.4.conv.bias. decoder.6.resnet.4.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.4.conv.weight_v. decoder.6.resnet.4.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.4.conv.weight_g. decoder.6.resnet.4.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.4.condition_proj.bias. decoder.6.resnet.4.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.4.condition_proj.weight_v. decoder.6.resnet.4.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.4.condition_proj.weight_g. decoder.6.resnet.4.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.4.out_proj.bias. decoder.6.resnet.4.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.4.out_proj.weight_v. decoder.6.resnet.4.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.4.out_proj.weight_g. decoder.6.resnet.4.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.5.conv.bias. decoder.6.resnet.5.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.5.conv.weight_v. decoder.6.resnet.5.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.5.conv.weight_g. decoder.6.resnet.5.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.5.condition_proj.bias. decoder.6.resnet.5.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.5.condition_proj.weight_v. decoder.6.resnet.5.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.5.condition_proj.weight_g. decoder.6.resnet.5.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.5.out_proj.bias. decoder.6.resnet.5.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.5.out_proj.weight_v. decoder.6.resnet.5.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.5.out_proj.weight_g. decoder.6.resnet.5.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.6.conv.bias. decoder.6.resnet.6.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.6.conv.weight_v. decoder.6.resnet.6.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.6.conv.weight_g. decoder.6.resnet.6.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.6.condition_proj.bias. decoder.6.resnet.6.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.6.condition_proj.weight_v. decoder.6.resnet.6.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.6.condition_proj.weight_g. decoder.6.resnet.6.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.6.out_proj.bias. decoder.6.resnet.6.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.6.out_proj.weight_v. decoder.6.resnet.6.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.6.out_proj.weight_g. decoder.6.resnet.6.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.7.conv.bias. decoder.6.resnet.7.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.7.conv.weight_v. decoder.6.resnet.7.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.7.conv.weight_g. decoder.6.resnet.7.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.7.condition_proj.bias. decoder.6.resnet.7.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.7.condition_proj.weight_v. decoder.6.resnet.7.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.7.condition_proj.weight_g. decoder.6.resnet.7.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.7.out_proj.bias. decoder.6.resnet.7.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.7.out_proj.weight_v. decoder.6.resnet.7.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.resnet.7.out_proj.weight_g. decoder.6.resnet.7.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.output_proj.weight. decoder.6.output_proj.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.6.output_proj.bias. decoder.6.output_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.input_proj.bias. decoder.7.input_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.input_proj.weight_v. decoder.7.input_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.input_proj.weight_g. decoder.7.input_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.0.conv.bias. decoder.7.resnet.0.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.0.conv.weight_v. decoder.7.resnet.0.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.0.conv.weight_g. decoder.7.resnet.0.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.0.condition_proj.bias. decoder.7.resnet.0.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.0.condition_proj.weight_v. decoder.7.resnet.0.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.0.condition_proj.weight_g. decoder.7.resnet.0.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.0.out_proj.bias. decoder.7.resnet.0.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.0.out_proj.weight_v. decoder.7.resnet.0.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.0.out_proj.weight_g. decoder.7.resnet.0.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.1.conv.bias. decoder.7.resnet.1.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.1.conv.weight_v. decoder.7.resnet.1.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.1.conv.weight_g. decoder.7.resnet.1.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.1.condition_proj.bias. decoder.7.resnet.1.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.1.condition_proj.weight_v. decoder.7.resnet.1.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.1.condition_proj.weight_g. decoder.7.resnet.1.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.1.out_proj.bias. decoder.7.resnet.1.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.1.out_proj.weight_v. decoder.7.resnet.1.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.1.out_proj.weight_g. decoder.7.resnet.1.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.2.conv.bias. decoder.7.resnet.2.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.2.conv.weight_v. decoder.7.resnet.2.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.2.conv.weight_g. decoder.7.resnet.2.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.2.condition_proj.bias. decoder.7.resnet.2.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.2.condition_proj.weight_v. decoder.7.resnet.2.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.2.condition_proj.weight_g. decoder.7.resnet.2.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.2.out_proj.bias. decoder.7.resnet.2.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.2.out_proj.weight_v. decoder.7.resnet.2.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.2.out_proj.weight_g. decoder.7.resnet.2.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.3.conv.bias. decoder.7.resnet.3.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.3.conv.weight_v. decoder.7.resnet.3.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.3.conv.weight_g. decoder.7.resnet.3.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.3.condition_proj.bias. decoder.7.resnet.3.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.3.condition_proj.weight_v. decoder.7.resnet.3.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.3.condition_proj.weight_g. decoder.7.resnet.3.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.3.out_proj.bias. decoder.7.resnet.3.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.3.out_proj.weight_v. decoder.7.resnet.3.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.3.out_proj.weight_g. decoder.7.resnet.3.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.4.conv.bias. decoder.7.resnet.4.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.4.conv.weight_v. decoder.7.resnet.4.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.4.conv.weight_g. decoder.7.resnet.4.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.4.condition_proj.bias. decoder.7.resnet.4.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.4.condition_proj.weight_v. decoder.7.resnet.4.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.4.condition_proj.weight_g. decoder.7.resnet.4.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.4.out_proj.bias. decoder.7.resnet.4.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.4.out_proj.weight_v. decoder.7.resnet.4.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.4.out_proj.weight_g. decoder.7.resnet.4.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.5.conv.bias. decoder.7.resnet.5.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.5.conv.weight_v. decoder.7.resnet.5.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.5.conv.weight_g. decoder.7.resnet.5.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.5.condition_proj.bias. decoder.7.resnet.5.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.5.condition_proj.weight_v. decoder.7.resnet.5.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.5.condition_proj.weight_g. decoder.7.resnet.5.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.5.out_proj.bias. decoder.7.resnet.5.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.5.out_proj.weight_v. decoder.7.resnet.5.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.5.out_proj.weight_g. decoder.7.resnet.5.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.6.conv.bias. decoder.7.resnet.6.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.6.conv.weight_v. decoder.7.resnet.6.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.6.conv.weight_g. decoder.7.resnet.6.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.6.condition_proj.bias. decoder.7.resnet.6.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.6.condition_proj.weight_v. decoder.7.resnet.6.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.6.condition_proj.weight_g. decoder.7.resnet.6.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.6.out_proj.bias. decoder.7.resnet.6.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.6.out_proj.weight_v. decoder.7.resnet.6.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.6.out_proj.weight_g. decoder.7.resnet.6.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.7.conv.bias. decoder.7.resnet.7.conv.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.7.conv.weight_v. decoder.7.resnet.7.conv.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.7.conv.weight_g. decoder.7.resnet.7.conv.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.7.condition_proj.bias. decoder.7.resnet.7.condition_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.7.condition_proj.weight_v. decoder.7.resnet.7.condition_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.7.condition_proj.weight_g. decoder.7.resnet.7.condition_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.7.out_proj.bias. decoder.7.resnet.7.out_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.7.out_proj.weight_v. decoder.7.resnet.7.out_proj.weight_v is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.resnet.7.out_proj.weight_g. decoder.7.resnet.7.out_proj.weight_g is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.output_proj.weight. decoder.7.output_proj.weight is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /usr/local/lib/python3.6/dist-packages/paddle/fluid/dygraph/layers.py:1263: UserWarning: Skip loading for decoder.7.output_proj.bias. decoder.7.output_proj.bias is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) [checkpoint] Rank 0: loaded model from step-2000000.pdparams Traceback (most recent call last): File "synthesize.py", line 82, in main(config, args) File "synthesize.py", line 42, in main sf.write(audio_path, audio, config.data.sample_rate) File "/usr/local/lib/python3.6/dist-packages/soundfile.py", line 431, in write subtype, endian, format, closefd) as f: File "/usr/local/lib/python3.6/dist-packages/soundfile.py", line 740, in init self._file = self._open(file, mode_int, closefd) File "/usr/local/lib/python3.6/dist-packages/soundfile.py", line 1263, in _open raise TypeError("Invalid file: {0!r}".format(self.name)) TypeError: Invalid file: PosixPath('wavs/sentence_0.wav')

iclementine commented 3 years ago

看起来应该是 checkpoint 的参数名称结构发生了变化。 你可以先试试我们的 checkpoint https://github.com/PaddlePaddle/Parakeet#pretrained-models 看看你的 checkpoint 是否有较早版本的代码的训练结果?