2020-08-31 23:30:48 +01:00
|
|
|
.. _tune-integration:
|
|
|
|
|
|
|
|
External library integrations (tune.integration)
|
|
|
|
================================================
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
:depth: 1
|
|
|
|
|
2020-09-03 18:16:08 +01:00
|
|
|
.. _tune-integration-keras:
|
|
|
|
|
|
|
|
Keras (tune.integration.keras)
|
|
|
|
------------------------------------------------------
|
|
|
|
|
|
|
|
.. autoclass:: ray.tune.integration.keras.TuneReportCallback
|
|
|
|
|
|
|
|
.. autoclass:: ray.tune.integration.keras.TuneReportCheckpointCallback
|
|
|
|
|
2020-08-31 23:30:48 +01:00
|
|
|
.. _tune-integration-kubernetes:
|
|
|
|
|
|
|
|
Kubernetes (tune.integration.kubernetes)
|
|
|
|
----------------------------------------
|
|
|
|
|
|
|
|
.. autofunction:: ray.tune.integration.kubernetes.NamespacedKubernetesSyncer
|
|
|
|
|
|
|
|
.. _tune-integration-pytorch-lightning:
|
|
|
|
|
|
|
|
PyTorch Lightning (tune.integration.pytorch_lightning)
|
|
|
|
------------------------------------------------------
|
|
|
|
|
|
|
|
.. autoclass:: ray.tune.integration.pytorch_lightning.TuneReportCallback
|
|
|
|
|
|
|
|
.. autoclass:: ray.tune.integration.pytorch_lightning.TuneReportCheckpointCallback
|
|
|
|
|
|
|
|
.. _tune-integration-torch:
|
|
|
|
|
|
|
|
Torch (tune.integration.torch)
|
|
|
|
------------------------------
|
|
|
|
|
|
|
|
.. autofunction:: ray.tune.integration.torch.DistributedTrainableCreator
|
|
|
|
|
|
|
|
.. autofunction:: ray.tune.integration.torch.distributed_checkpoint_dir
|
|
|
|
|
|
|
|
.. autofunction:: ray.tune.integration.torch.is_distributed_trainable
|
|
|
|
|
2020-09-03 16:53:35 -07:00
|
|
|
|
|
|
|
.. _tune-integration-horovod:
|
|
|
|
|
|
|
|
Horovod (tune.integration.horovod)
|
|
|
|
----------------------------------
|
|
|
|
|
|
|
|
.. autofunction:: ray.tune.integration.horovod.DistributedTrainableCreator
|
|
|
|
|
2020-08-31 23:30:48 +01:00
|
|
|
.. _tune-integration-wandb:
|
|
|
|
|
|
|
|
Weights and Biases (tune.integration.wandb)
|
|
|
|
-------------------------------------------
|
|
|
|
|
|
|
|
:ref:`See also here <tune-wandb>`.
|
|
|
|
|
|
|
|
.. autoclass:: ray.tune.integration.wandb.WandbLogger
|
|
|
|
|
2020-09-02 19:16:09 +01:00
|
|
|
.. autofunction:: ray.tune.integration.wandb.wandb_mixin
|
|
|
|
|
|
|
|
|
|
|
|
.. _tune-integration-xgboost:
|
|
|
|
|
|
|
|
XGBoost (tune.integration.xgboost)
|
|
|
|
----------------------------------
|
|
|
|
|
|
|
|
.. autoclass:: ray.tune.integration.xgboost.TuneReportCallback
|
|
|
|
|
|
|
|
.. autoclass:: ray.tune.integration.xgboost.TuneReportCheckpointCallback
|