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 b68fdb8 commit fd76758
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ for step in training_steps:
exp.add_metric_row('tng_err': tng_err)

# training complete!
# all your logs and data are ready to be visualized on any csv plotting tool

# load /Desktop/test_tube/dense_model/version_0/metrics.csv into your favorite viz tool
import pandas as pd
df = pd.read_csv('/Desktop/test_tube/dense_model/version_0/metrics.csv')
df.plot('learning_rate')
```

### Optimize hyperparameters
Expand Down

0 comments on commit fd76758

Please sign in to comment.