Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnwun committed Jun 14, 2017
1 parent d49104a commit 14b89cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ The selection criterion was success+0.5\*BLEU on the validation set.
The hyperparameters we were searching are,
```
- Initial learning rate. For NDM we searched over [0.008,0.010,0.012] while for LIDM we searched over [0.002,0.004,0.006].
The range of LIDM is smaller than NDM simply because NVI requires a smaller learning rate in the beginning for efficient inference.
The range of LIDM is lower than NDM simply because NVI requires a smaller learning rate in the beginning for efficient inference.
- L2 regularisation. We searched over [0.0, 1e-4, 1e-5, 1e-6].
- Random seed. We searched over [1, 2, 3, 4, 5].
```
Expand Down

0 comments on commit 14b89cb

Please sign in to comment.