There is no params of batch norm in model /weights/mask_rcnn_r50_1x.
Created by: shuxsu
训练命令:python train.py -c=/home/shuxsu/PaddleDetection/configs/mask_rcnn_r50_1x.yml -d=/home/shuxsu/PaddleDetection/dataset/coco
错误信息:2019-10-21 11:55:16,802-INFO: Found /home/shuxsu/.cache/paddle/weights/mask_rcnn_r50_1x Traceback (most recent call last): File "train.py", line 284, in main() File "train.py", line 160, in main checkpoint.load_and_fusebn(exe, train_prog, cfg.pretrain_weights) File "/home/shuxsu/PaddleDetection/ppdet/utils/checkpoint.py", line 253, in load_and_fusebn path)) ValueError: There is no params of batch norm in model /home/shuxsu/.cache/paddle/weights/mask_rcnn_r50_1x. 在yml配置里添加了finetune_exclude_pretrained_params: ['cls_score','bbox_pred','mask_fcn_logits']