AerialDetection
AerialDetection copied to clipboard
训练出错
(A) ff@ff:~/DG/AerialDetection$ bash ./tools/dist_train.sh configs/DOTA/faster_rcnn_h-obb_r50_fpn_1x_dota.py 2 2020-08-07 11:15:06,651 - INFO - Distributed training: True 2020-08-07 11:15:06,978 - INFO - load model from: modelzoo://resnet50 /home/ff/anaconda3/envs/A/lib/python3.7/site-packages/mmcv/runner/checkpoint.py:145: UserWarning: The URL scheme of "modelzoo://" is deprecated, please use "torchvision://" instead warnings.warn('The URL scheme of "modelzoo://" is deprecated, please ' /home/ff/anaconda3/envs/A/lib/python3.7/site-packages/mmcv/runner/checkpoint.py:145: UserWarning: The URL scheme of "modelzoo://" is deprecated, please use "torchvision://" instead warnings.warn('The URL scheme of "modelzoo://" is deprecated, please ' 2020-08-07 11:15:09,074 - WARNING - The model and loaded state dict do not match exactly
unexpected key in source state_dict: fc.weight, fc.bias
loading annotations into memory...
loading annotations into memory...
Done (t=0.98s)
creating index...
Done (t=1.00s)
creating index...
index created!
index created!
Traceback (most recent call last):
File "./tools/train.py", line 95, in
到这里卡住不动,我在单卡1060上可以运行,在双卡2070的机子上,就会出现此问题
您好,我出现了和您同样的问题,请问您知道如何解决了吗?
Have you solved this problem?
Have you solved this problem?
no
pip install mmcv=0.2.16 may solve