[air] Add tutorial to convert existing pytorch code to Ray AIR (#25723)

This commit is contained in:
Kai Fricke 2022-06-15 03:11:32 +02:00 committed by GitHub
parent badf444eda
commit fdf85ea403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1768 additions and 0 deletions

View file

@ -25,6 +25,7 @@ parts:
- file: ray-air/examples/index
sections:
- file: ray-air/examples/torch_image_example
- file: ray-air/examples/convert_existing_pytorch_code_to_ray_air
- file: ray-air/examples/tfx_tabular_train_to_serve
- file: ray-air/examples/huggingface_text_classification
- file: ray-air/examples/sklearn_example

File diff suppressed because it is too large Load diff

View file

@ -11,6 +11,7 @@ Framework-specific Examples
- :doc:`/ray-air/examples/lightgbm_example`: Distributed training with LightGBM
- :doc:`/ray-air/examples/xgboost_example`: Distributed training with LightGBM
- :doc:`/ray-air/examples/sklearn_example`: Integrating with Scikit-Learn (non-distributed)
- :doc:`/ray-air/examples/convert_existing_pytorch_code_to_ray_air`: How to get started with Ray AIR from your code base
Tabular Data