clovaai / EXTD_Pytorch

Official EXTD Pytorch code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the size of Params

likesundayl opened this issue · comments

Thank you for your codes. But I have a question. I have trained EXTD-64, I got the params of 2.71M, much larger than 0.16M in the paper, I want to know if you use some trick, thank you!

@likesundayl Hi! I counted the parameter size with a code line in train.py line 159, and I think this is the typical way to measure the param size.

ps: If the num param is 2.71M then the model size will be over 10Mb ~= 2.71M*32bit.
But, as you can see that our pth file for EXTD 64 is about 700Kb.