Hi I understand the architecture of MobileNet v2 (input → expansion → depth wise → point wise → …) but how do we compute the total number of parameters for this model? Assuming that the input is of size n x n x 5, expansion has 30 filters, followed by 3 x 3 depth wise filter, and 20 filters in projection.
My only confusion here is the computation of the total number of parameters when n is unknown. Could someone help me out?
Thanks!