.. _tune-guides: =============== Tutorials & FAQ =============== .. tip:: We'd love to hear your feedback on using Tune - `get in touch `_! In this section, you can find material on how to use Tune and its various features. If any of the materials is out of date or broken, or if you'd like to add an example to this page, feel free to raise an issue on our Github repository. Take a look at any of the below tutorials to get started with Tune. .. raw:: html
.. customgalleryitem:: :tooltip: Key concepts in 60 seconds. :figure: /images/tune-workflow.png :description: :doc:`Key concepts in 60 seconds ` .. customgalleryitem:: :tooltip: A simple Tune walkthrough. :figure: /images/tune.png :description: :doc:`A walkthrough to setup your first Tune experiment ` .. customgalleryitem:: :tooltip: A deep dive into Tune's workings. :figure: /images/tune.png :description: :doc:`How does Tune work? ` .. customgalleryitem:: :tooltip: A simple guide to Population-based Training :figure: /images/tune-pbt-small.png :description: :doc:`A simple guide to Population-based Training ` .. customgalleryitem:: :tooltip: A guide to distributed hyperparameter tuning :figure: /images/tune.png :description: :doc:`A guide to distributed hyperparameter tuning ` .. customgalleryitem:: :tooltip: Tune's Scikit-Learn Adapters :figure: /images/tune-sklearn.png :description: :doc:`Tune's Scikit-Learn Adapters ` .. customgalleryitem:: :tooltip: How to use Tune with PyTorch :figure: /images/pytorch_logo.png :description: :doc:`How to use Tune with PyTorch ` .. customgalleryitem:: :tooltip: Tuning PyTorch Lightning modules :figure: /images/pytorch_lightning_small.png :description: :doc:`Tuning PyTorch Lightning modules ` .. customgalleryitem:: :tooltip: Model selection and serving with Ray Tune and Ray Serve :figure: /images/serve.png :description: :doc:`Model selection and serving with Ray Tune and Ray Serve ` .. customgalleryitem:: :tooltip: Tuning XGBoost parameters. :figure: /images/xgboost_logo.png :description: :doc:`A guide to tuning XGBoost parameters with Tune ` .. customgalleryitem:: :tooltip: Use Weights & Biases within Tune. :figure: /images/wandb_logo.png :description: :doc:`Track your experiment process with the Weights & Biases tools ` .. customgalleryitem:: :tooltip: Use MLflow with Ray Tune. :figure: /images/mlflow.png :description: :doc:`Log and track your hyperparameter sweep with MLflow Tracking & AutoLogging ` .. raw:: html
.. toctree:: :hidden: tune-tutorial.rst tune-advanced-tutorial.rst tune-distributed.rst tune-lifecycle.rst tune-mlflow.rst tune-pytorch-cifar.rst tune-pytorch-lightning.rst tune-serve-integration-mnist.rst tune-sklearn.rst tune-xgboost.rst tune-wandb.rst Colab Exercises --------------- Learn how to use Tune in your browser with the following Colab-based exercises. .. raw:: html
Exercise Description Library Colab Link
Basics of using Tune. TF/Keras Tune Tutorial
Using Search algorithms and Trial Schedulers to optimize your model. Pytorch Tune Tutorial
Using Population-Based Training (PBT). Pytorch Tune Tutorial
Fine-tuning Huggingface Transformers with PBT. Huggingface Transformers/Pytorch Tune Tutorial
Tutorial source files `can be found here `_. What's Next? ------------- Check out: * :doc:`/tune/user-guide`: A comprehensive overview of Tune's features. * :doc:`/tune/examples/index`: End-to-end examples and templates for using Tune with your preferred machine learning library. .. _tune-faq: .. include:: _faq.inc