"D:\postgraduate\python\my experiment\yolov9\.venv\Scripts\python.exe" "D:\postgraduate\python\my experiment\ssd-pytorch-master(1)\ssd-pytorch-master\train.py"
initialize network with normal type
Load weights D:\postgraduate\python\my experiment\ssd-pytorch-master(1)\ssd-pytorch-master\model_data\ssd_weights.pth.
Successful Load Key: ['vgg.0.weight', 'vgg.0.bias', 'vgg.2.weight', 'vgg.2.bias', 'vgg.5.weight', 'vgg.5.bias', 'vgg.7.weight', 'vgg.7.bias', 'vgg.10.weight', 'vgg.10.bias', 'vgg.12.weight', 'vgg.12.bias', 'vgg.14.weight', 'vgg.14.bias', 'vgg.17.weight', 'vgg.17.bias', 'vgg.19.weight', 'vgg.19.bias', 'vgg.21.weight', 'vgg.21.bias', 'vgg.24.weight', 'vgg.24.bias', 'vgg.26.weight', 'vgg.26.bias', 'vgg.28.weight', 'vgg.28.bias', 'vgg.31.weight', 'vgg.31.bias', 'vgg.33.weight', 'vgg.33.bias', 'extras.0.weight', 'extras. ……
Successful Load Key Num: 59
Fail To Load Key: ['conf.0.weight', 'conf.0.bias', 'conf.1.weight', 'conf.1.bias', 'conf.2.weight', 'conf.2.bias', 'conf.3.weight', 'conf.3.bias', 'conf.4.weight', 'conf.4.bias', 'conf.5.weight', 'conf.5.bias'] ……
Fail To Load Key num: 12
温馨提示,head部分没有载入是正常现象,Backbone部分没有载入是错误的。
Epoch 1/150: 0%| | 0/151 [00:00<?, ?it/s<class 'dict'>]Configurations:
----------------------------------------------------------------------
| keys | values|
----------------------------------------------------------------------
| classes_path | D:\postgraduate\python\my experiment\ssd-pytorch-master(1)\ssd-pytorch-master\model_data\class.txt|
| model_path | D:\postgraduate\python\my experiment\ssd-pytorch-master(1)\ssd-pytorch-master\model_data\ssd_weights.pth|
| input_shape | [300, 300]|
| Init_Epoch | 0|
| Freeze_Epoch | 50|
| UnFreeze_Epoch | 150|
|
最新发布