I've been learning about PoseNet in order to use it in my health-related research work.
I was impressed how mobilenet enables to keep high accuracy while reducing CPU (or GPU/NPU) dependency by adapting few parameters where my questions sprouted.
I've noticed that in mobilenet official papers, there were two multipliers introduced: alpha and rho. I'll skip the explanation of both parameters.
I wonder what is each value of alpha and rho for the mobilenet for the newest PoseNet model. Also, I'm wondering if there is a guideline for parameters(especially alpha and rho) tuning, and how the values of both are set and validated before training the model.
Like, if the selected value of alpha is 0.5, I wonder why the value is better than 0.75 or 0.25 .
My questions are:
- What are the values of alpha and rho for mobilenet (the version used to train PoseNet)
- Why/how those numbers are selected/validated?
question from:
https://stackoverflow.com/questions/66062769/mobilenet-parameters-alpha-and-rho 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…