squeezeDet icon indicating copy to clipboard operation
squeezeDet copied to clipboard

squeezedet train using KITTI

Open wm901115nwpu opened this issue 8 years ago • 3 comments

Cannot find fire10/squeeze1x1 in the pretrained model. Use randomly initialized parameters Cannot find fire10/expand1x1 in the pretrained model. Use randomly initialized parameters Cannot find fire10/expand3x3 in the pretrained model. Use randomly initialized parameters Cannot find fire11/squeeze1x1 in the pretrained model. Use randomly initialized parameters Cannot find fire11/expand1x1 in the pretrained model. Use randomly initialized parameters Cannot find fire11/expand3x3 in the pretrained model. Use randomly initialized parameters Cannot find conv12 in the pretrained model. Use randomly initialized parameters Model statistics saved to data/KITTI/logs/squeezeDet/train/model_metrics.txt.

wm901115nwpu avatar Jun 05 '17 03:06 wm901115nwpu

get the same problem too. and receive a timeout error when training on first step.

yifenghuang avatar Jun 11 '17 06:06 yifenghuang

@wm901115nwpu That is expected since SqueezeDet is loading parameter initialization from conv1 - fire9 from a pre-trained SqueezeNet model, while fire10, fire11, fire12 are randomly initialized.

BichenWuUCB avatar Jun 12 '17 17:06 BichenWuUCB

@yifenghuang Have you found a solution to your problem? If so, how did you get that sorted out?

acmaheri avatar Feb 04 '19 14:02 acmaheri