Skip to content

Commit

Permalink
fixed tests/classifier.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
varisd committed May 9, 2019
1 parent e002d92 commit 209b68b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/classifier.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ dropout_keep_prob=0.5
data_id="source"
vocabulary=<encoder_vocabulary>

[encoder_attentive]
class=encoders.attentive.StructuredEncoder
name="attentive_encoder"
[encoder_structured]
class=encoders.structured.StructuredEncoder
name="structured_encoder"
input_sequence=<encoder_rnn>
hidden_size=9
num_heads=5
Expand Down Expand Up @@ -77,7 +77,7 @@ contains_frequencies=False
[decoder]
class=decoders.classifier.Classifier
name="decoder"
encoders=[<encoder_attentive>, <encoder_pooling>, <encoder_cnn>]
encoders=[<encoder_structured>, <encoder_pooling>, <encoder_cnn>]
dropout_keep_prob=0.5
layers=[10,5]
data_id="classification"
Expand Down

0 comments on commit 209b68b

Please sign in to comment.