Failed to map with error:[target_ not in samples]]
Created by: kriswangjie
Ubuntu机器上在训练网络时,我用的VOC格式的数据集,一直卡在一条log这不往下走,log的内容是“2020-09-04 19:21:32,589-WARNING: recv endsignal from outq with errmsg[consumer[consumer-5cf-4] failed to map with error:[target_ not in samples]] ”。我用的是自定义的loss去掉了obj_loss输出中(5+num_class)改成了(4+num_class)以及更改了合适的yolo_box后出现现在的问题,请问如何才能解决这个问题?我的yml如下: architecture: YOLOv3_tiny use_gpu: true max_iters: 500000 log_smooth_window: 20 save_dir: output_v2_sar snapshot_iter: 500 metric: VOC map_type: 11point pretrain_weights: weights: num_classes: 1 use_fine_grained_loss: true