Skip to content

Commit

Permalink
Delete a forgotten and now useless constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
loristns committed Jun 6, 2018
1 parent f6fe0db commit 1c1783a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions kadot/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@
'feature.possible_transitions': True
}

DEFAULT_WALNUT_CONFIGURATION = {
'embedding_dimension': 20,
'hidden_size': 10,
'iter': 800,
'learning_rate': 0.01,
'mean_ratio': 0.75,
'min_tolerance': 1e-04,
'entity_size_range': (1, 10+1),
}

DEFAULT_SUMMARIZER_WORD2VEC_CONFIGURATION = {
'dimension': 100,
'window': 10,
Expand Down

0 comments on commit 1c1783a

Please sign in to comment.