Skip to content

Commit

Permalink
Update hyperparameters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amitport authored Jan 5, 2022
1 parent b9e6a5c commit 6a5f9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimization/docs/hyperparameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Hyperparameter | Flag | Value
Vocabulary size | `stackoverflow_word_vocab_size` | 10000
Sequence length | `stackoverflow_word_sequence_length` | 20
Validation set size | `num_validation_examples` | 10000
Max examples per client | `max_elements_per_user` | 1000
Max examples per client | `max_elements_per_client` | 1000

**Stack Overflow TP**

Expand All @@ -79,7 +79,7 @@ Hyperparameter | Flag | Value
Vocabulary size | `stackoverflow_tag_word_vocab_size` | 10000
Number of labels | `stackoverflow_tag_tag_vocab_size` | 500
Validation set size | `num_validation_examples` | 10000
Max examples per client | `max_elements_per_user` | 1000
Max examples per client | `max_elements_per_client` | 1000

## Configuring optimizers

Expand Down

0 comments on commit 6a5f9fe

Please sign in to comment.