Liang
Liang
> 当我在 LVIS 数据集上进行基础训练时,我遇到了以下错误。我使用了配置文件 “Base-C2_L_R5021k_640b64_4x.yaml”。你有没有遇到过这个问题?或者,您是否能够成功运行训练脚本? > > -- 进程 1 终止,并显示以下错误: 回溯(最近调用最后一次):文件“/home/weixj/anaconda3/envs/VLDet/lib/python3.7/site-packages/torch/multiprocessing/spawn.py”,第 59 行,_wrap fn(i, *args) 文件“/home/weixj/VLDet/detectron2/detectron2/engine/launch.py”,第 126 行,_distributed_worker main_func(*args) 文件“/home/weixj/VLDet/train_net.py”,第 246 行,在主文件中do_train(cfg, model, resume=args.resume) 文件 “/home/weixj/VLDet/train_net.py”,第 154 行,do_train loss_dict...
WARNING [05/17 10:24:18 fvcore.common.checkpoint]: The checkpoint state_dict contains keys that are not used by the model: head.{bias, weight} layers.0.blocks.0.attn.relative_position_bias_table layers.0.blocks.1.attn.relative_position_bias_table layers.0.blocks.1.attn_mask layers.1.blocks.0.attn.relative_position_bias_table layers.1.blocks.1.attn.relative_position_bias_table layers.1.blocks.1.attn_mask layers.2.blocks.0.attn.relative_position_bias_table layers.2.blocks.1.attn.relative_position_bias_table layers.2.blocks.1.attn_mask layers.2.blocks.2.attn.relative_position_bias_table layers.2.blocks.3.attn.relative_position_bias_table layers.2.blocks.3.attn_mask...