how count parameters number on spacy models #9730
Answered
by
adrianeboyd
info2000
asked this question in
Help: Other Questions
-
How can I know the data to count the model parameters? But I don't know how get the input, output and hidden layer size Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
adrianeboyd
Dec 6, 2021
Replies: 1 comment 1 reply
-
Hi, the closest tool we have related to this is |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
info2000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the closest tool we have related to this is
spacy debug model
: https://spacy.io/api/cli#debug-model. You can take a look at the sample outputs in the expandable box just above the list of parameters.