yolov2-yolov3_PyTorch icon indicating copy to clipboard operation
yolov2-yolov3_PyTorch copied to clipboard

[WARN] Cannot find rule for <class 'torch.nn.modules.container.Sequential'>. Treat it as zero Macs and zero Params.

Open LSun0717 opened this issue 3 years ago • 0 comments

I met this warn when I type the commad python train.py -v yolov2_r50 in the terminate

[WARN] Cannot find rule for <class 'torch.nn.modules.container.Sequential'>. Treat it as zero Macs and zero Params. [WARN] Cannot find rule for <class 'backbone.resnet.Bottleneck'>. Treat it as zero Macs and zero Params. [WARN] Cannot find rule for <class 'backbone.resnet.ResNet'>. Treat it as zero Macs and zero Params.

I just can't figure out the reason why this warn occured and hope you can help me thank you!

LSun0717 avatar Mar 28 '22 13:03 LSun0717