-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Number of parameters #6
Comments
Hello,
If you are talking about this sentence in the conclusion section, " Also,
the proposed network with a low number of parameters (i.e., with a maximum
size of 5.5MB) can be used with wearable devices", it is the network size.
Regards,
Sajad
…On Tue, May 26, 2020 at 1:13 AM zerodohero ***@***.***> wrote:
Does the number of parameters mentioned in your paper refer to the number
of parameters / 1024/1024?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4D7SJSTK54IKJWGYVRAIDRTNFYRANCNFSM4NJ7KBZQ>
.
|
Thank you, is 5.5M the parameter of your model? Is his calculation method obtained by dividing the number of model parameters by 1024 * 1024? |
To get the number of parameters: (5.5*1024*1024*8bytes)/32(float32)
Regards,
Sajad
…On Tue, May 26, 2020 at 8:45 PM zerodohero ***@***.***> wrote:
Thank you, is 5.5M the parameter of your model? Is his calculation method
obtained by dividing the number of model parameters by 1024 * 1024?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4D7SKJBXGWCMMUPMCZSMLRTRPDRANCNFSM4NJ7KBZQ>
.
|
Thank you very much. |
Does the number of parameters mentioned in your paper refer to the number of parameters / 1024/1024?
The text was updated successfully, but these errors were encountered: