Skip to content

Commit

Permalink
dl first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pchavanne committed Jun 17, 2016
1 parent e84f261 commit 22b0053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yadll/hyperparameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Hyperparameters(object):
--------
>>> hp = Hyperparameters() # Create an Hyperparameters instance
>>> hp('batch_size', 500) # Define an hyperparameter with its default value
>>> hp('n_epochs', 1000, [10, 100, 1000, 1000]) # default value and range for the grid search
>>> hp('n_epochs', 1000, [10, 100, 1000, 1000]) # and range for the grid search
"""
def __init__(self):
Expand Down

0 comments on commit 22b0053

Please sign in to comment.