mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Comment out currently hard-coded hyper-params
This commit is contained in:
parent
960788aaa2
commit
d4cfff0476
|
@ -315,30 +315,30 @@ p
|
|||
+cell Number of rows in embedding tables.
|
||||
+cell #[code 7500]
|
||||
|
||||
+row
|
||||
+cell #[code parser_maxout_pieces]
|
||||
+cell Number of pieces in the parser's and NER's first maxout layer.
|
||||
+cell #[code 2]
|
||||
//- +row
|
||||
//- +cell #[code parser_maxout_pieces]
|
||||
//- +cell Number of pieces in the parser's and NER's first maxout layer.
|
||||
//- +cell #[code 2]
|
||||
|
||||
+row
|
||||
+cell #[code parser_hidden_depth]
|
||||
+cell Number of hidden layers in the parser and NER.
|
||||
+cell #[code 1]
|
||||
//- +row
|
||||
//- +cell #[code parser_hidden_depth]
|
||||
//- +cell Number of hidden layers in the parser and NER.
|
||||
//- +cell #[code 1]
|
||||
|
||||
+row
|
||||
+cell #[code hidden_width]
|
||||
+cell Size of the parser's and NER's hidden layers.
|
||||
+cell #[code 128]
|
||||
|
||||
+row
|
||||
+cell #[code history_feats]
|
||||
+cell Number of previous action ID features for parser and NER.
|
||||
+cell #[code 128]
|
||||
//- +row
|
||||
//- +cell #[code history_feats]
|
||||
//- +cell Number of previous action ID features for parser and NER.
|
||||
//- +cell #[code 128]
|
||||
|
||||
+row
|
||||
+cell #[code history_width]
|
||||
+cell Number of embedding dimensions for each action ID.
|
||||
+cell #[code 128]
|
||||
//- +row
|
||||
//- +cell #[code history_width]
|
||||
//- +cell Number of embedding dimensions for each action ID.
|
||||
//- +cell #[code 128]
|
||||
|
||||
+row
|
||||
+cell #[code learn_rate]
|
||||
|
|
Loading…
Reference in New Issue
Block a user