Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Oct 13, 2017
1 parent b047f43 commit 840a18e
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 @@ -88,7 +88,7 @@ for hparam_trial in hparams.trials(20):
train_network(hparam_trial)
```

### Simple integration if you already use argparse
### Convert your argparse params into searchable params by changing 1 line
```python
import argparse
from test_tube import HyperOptArgumentParser
Expand Down

0 comments on commit 840a18e

Please sign in to comment.