WongKinYiu / PyTorch_YOLOv4

PyTorch implementation of YOLOv4
1.86k stars 585 forks source link

How to count the number of params in my custom cfg? #441

Open M-Amrollahi opened 3 weeks ago

M-Amrollahi commented 3 weeks ago

I have a config file and I wanted to count the number of parameters on my Yolov4 model. How can I count the params?