Comment out currently hard-coded hyper-params

This commit is contained in:
Matthew Honnibal 2017-10-19 00:47:24 +02:00
parent 960788aaa2
commit d4cfff0476

View File

@ -315,30 +315,30 @@ p
+cell Number of rows in embedding tables. +cell Number of rows in embedding tables.
+cell #[code 7500] +cell #[code 7500]
+row //- +row
+cell #[code parser_maxout_pieces] //- +cell #[code parser_maxout_pieces]
+cell Number of pieces in the parser's and NER's first maxout layer. //- +cell Number of pieces in the parser's and NER's first maxout layer.
+cell #[code 2] //- +cell #[code 2]
+row //- +row
+cell #[code parser_hidden_depth] //- +cell #[code parser_hidden_depth]
+cell Number of hidden layers in the parser and NER. //- +cell Number of hidden layers in the parser and NER.
+cell #[code 1] //- +cell #[code 1]
+row +row
+cell #[code hidden_width] +cell #[code hidden_width]
+cell Size of the parser's and NER's hidden layers. +cell Size of the parser's and NER's hidden layers.
+cell #[code 128] +cell #[code 128]
+row //- +row
+cell #[code history_feats] //- +cell #[code history_feats]
+cell Number of previous action ID features for parser and NER. //- +cell Number of previous action ID features for parser and NER.
+cell #[code 128] //- +cell #[code 128]
+row //- +row
+cell #[code history_width] //- +cell #[code history_width]
+cell Number of embedding dimensions for each action ID. //- +cell Number of embedding dimensions for each action ID.
+cell #[code 128] //- +cell #[code 128]
+row +row
+cell #[code learn_rate] +cell #[code learn_rate]