Skip to content

Commit

Permalink
Update train.paris.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsaxmafia committed Jun 17, 2016
1 parent 1dfefc1 commit 8c7735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/train.paris.py
Expand Up @@ -8,7 +8,7 @@
from util import *

n_epochs = 10000
learning_rate_val = 0.0002
learning_rate_val = 0.002
weight_decay_rate = 0.00001
momentum = 0.9
batch_size = 100
Expand Down

0 comments on commit 8c7735e

Please sign in to comment.