-
Notifications
You must be signed in to change notification settings - Fork 8
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
How to know the parameters of the model? #8
Comments
This framework is an automatic deep learning framework, so it automatically
searches for suitable hyperparameters. You don't have to predefine any
hyperparameters; you only need to prepare the dataset input.
S ***@***.***> 于2023年8月13日周日 23:29写道:
… In the Supplementary information of the article, I can find the parameters
of the model. Can you tell me what the parameters of the model are
approximately?
—
Reply to this email directly, view it on GitHub
<#8>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALFSIIDUJQNQOBXF2GFOUP3XVDXHLANCNFSM6AAAAAA3OW555M>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for your reply! |
The range of parameter count is between 10k to 20M, depending on the
architecture of the final model, which is determined by the hyperparameters
selected by the automated process.
Because it is an automatic deep learning framework that requires a massive
amount of computation, comparing it to a single model would be unfair to
the single model.
S ***@***.***> 于2023年8月14日周一 15:53写道:
… This framework is an automatic deep learning framework, so it
automatically searches for suitable hyperparameters. You don't have to
predefine any hyperparameters; you only need to prepare the dataset input.
S *@*.
*> 于2023年8月13日周日 23:29写道: … <#m_7142466433438237589_> In the Supplementary
information of the article, I can find the parameters of the model. Can you
tell me what the parameters of the model are approximately? — Reply to this
email directly, view it on GitHub <#8
<#8>>, or unsubscribe
https://github.com/notifications/unsubscribe-auth/ALFSIIDUJQNQOBXF2GFOUP3XVDXHLANCNFSM6AAAAAA3OW555M
<https://github.com/notifications/unsubscribe-auth/ALFSIIDUJQNQOBXF2GFOUP3XVDXHLANCNFSM6AAAAAA3OW555M>
. You are receiving this because you are subscribed to this thread.Message
ID: @.*>
Thanks for your reply!
I know it's a framework for automatic learning. I mean, what is the number
of parameters that the final searched model typically contains?
—
Reply to this email directly, view it on GitHub
<#8 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALFSIIAU5B2KPGBZJPREXULXVHKQPANCNFSM6AAAAAA3OW555M>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Just run is OK , you can find the parameter counts in the log.txt
S ***@***.***> 于2023年8月14日周一 16:44写道:
… The range of parameter count is between 10k to 20M, depending on the
architecture of the final model, which is determined by the hyperparameters
selected by the automated process. Because it is an automatic deep learning
framework that requires a massive amount of computation, comparing it to a
single model would be unfair to the single model. S *@*.
*> 于2023年8月14日周一 15:53写道: … <#m_2748887156724053990_> This framework is an
automatic deep learning framework, so it automatically searches for
suitable hyperparameters. You don't have to predefine any hyperparameters;
you only need to prepare the dataset input. S @. > 于2023年8月13日周日 23:29写道: …
<#m_7142466433438237589_> In the Supplementary information of the article,
I can find the parameters of the model. Can you tell me what the parameters
of the model are approximately? — Reply to this email directly, view it on
GitHub <#8 <#8> <#8
<#8>>>, or unsubscribe
https://github.com/notifications/unsubscribe-auth/ALFSIIDUJQNQOBXF2GFOUP3XVDXHLANCNFSM6AAAAAA3OW555M
<https://github.com/notifications/unsubscribe-auth/ALFSIIDUJQNQOBXF2GFOUP3XVDXHLANCNFSM6AAAAAA3OW555M>
https://github.com/notifications/unsubscribe-auth/ALFSIIDUJQNQOBXF2GFOUP3XVDXHLANCNFSM6AAAAAA3OW555M
<https://github.com/notifications/unsubscribe-auth/ALFSIIDUJQNQOBXF2GFOUP3XVDXHLANCNFSM6AAAAAA3OW555M>
. You are receiving this because you are subscribed to this thread.Message
ID: @.> Thanks for your reply! I know it's a framework for automatic
learning. I mean, what is the number of parameters that the final searched
model typically contains? — Reply to this email directly, view it on GitHub
<#8 (comment)
<#8 (comment)>>, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/ALFSIIAU5B2KPGBZJPREXULXVHKQPANCNFSM6AAAAAA3OW555M
<https://github.com/notifications/unsubscribe-auth/ALFSIIAU5B2KPGBZJPREXULXVHKQPANCNFSM6AAAAAA3OW555M>
. You are receiving this because you commented.Message ID: @.*>
Thanks a lot!
—
Reply to this email directly, view it on GitHub
<#8 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALFSIIDZUILVZQKNDIFXJCTXVHQPZANCNFSM6AAAAAA3OW555M>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thank you a lot! |
In the Supplementary information of the article, I can find the parameters of the model. Can you tell me what the parameters of the model are approximately?
The text was updated successfully, but these errors were encountered: