Ray Tune Examples#
Tip
See Package overview to learn more about Tune features.
Below are examples for using Ray Tune for a variety use cases and sorted by categories:
ML frameworks#
Ray Tune integrates with many popular machine learning frameworks. Here you find a few practical examples showing you how to tune your models. At the end of these guides you will often find links to even more examples.
Experiment tracking tools#
Ray Tune integrates with some popular Experiment tracking and management tools, such as CometML, or Weights & Biases. For how to use Ray Tune with Tensorboard, see Guide to logging and outputs.
Hyperparameter optimization frameworks#
Tune integrates with a wide variety of hyperparameter optimization frameworks and their respective search algorithms. See the following detailed examples for each integration:
Others#
Example of using a simple tuning function with AsyncHyperBandScheduler |
Example of using a trainable function with HyperBandScheduler and the AsyncHyperBandScheduler |
Exercises#
Learn how to use Tune in your browser with the following Colab-based exercises.
Tutorial source files are on GitHub.