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 c78d0cb commit e84f261
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yadll/hyperparameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ class Hyperparameters(object):
Examples
--------
>>>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 = 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
"""
def __init__(self):
Expand Down

0 comments on commit e84f261

Please sign in to comment.