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 4f35512 commit 379cca0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ pip install test_tube
Use Test Tube if you need to:

- Track multiple [Experiments](experiment_tracking/experiment/) across models.
- Visualize and compare different experiments without uploading anywhere, logs store as csv files.
- [Optimize your hyperparameters](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.
- Save progress images inline with training metrics.
- Runs seamlessly on CPU and GPU.

Test Tube is compatible with all versions of Python and all Python deep learning libraries.

Expand Down

0 comments on commit 379cca0

Please sign in to comment.