Skip to content

Commit

Permalink
Lowered grad clipping on char model.
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell committed Aug 15, 2015
1 parent 3b46e3e commit 104518e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/apollocaffe/char_model/char_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
zero_symbol = vocab_size - 1
dimension = 250
base_lr = 0.15
clip_gradients = 100
clip_gradients = 10
i_temperature = 1.5

parser = apollocaffe.base_parser()
Expand Down

0 comments on commit 104518e

Please sign in to comment.