How can I find details about the architecture of the default CNN in Spacy? #13593
Unanswered
nsmoore
asked this question in
Help: Model Advice
Replies: 1 comment
-
@nsmoore in case it's helpful, then you can see how the different architectures are composed in the model source code where they are registered. E.g. for textcat: https://github.com/explosion/spaCy/blob/master/spacy/ml/models/textcat.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there documentation or an API for retrieving the various layers of the CNN and how they are connected? We are trying to understand how the Spacy CNN model works for text classification at a more fine-grained level.
Beta Was this translation helpful? Give feedback.
All reactions