Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Feb 19, 2018
1 parent 4a9a2f3 commit 43c09bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ pip install test_tube
---
Use Test Tube if you need to:

- Track multiple [Experiments](experiment_tracking/experiment/) across models.
- [Optimize your hyperparameters](hyperparameter_optimization/HyperOptArgumentParser/) using grid_search or random_search.
- Track multiple [Experiments](https://williamfalcon.github.io/test-tube/experiment_tracking/experiment/) across models.
- [Optimize your hyperparameters](https://williamfalcon.github.io/test-tube/hyperparameter_optimization/HyperOptArgumentParser/) using grid_search or random_search.
- Visualize experiments without uploading anywhere, logs store as csv files.
- Automatically track ALL parameters for a particular training run.
- Automatically snapshot your code for an experiment using git tags.
Expand Down

0 comments on commit 43c09bd

Please sign in to comment.