mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[air] Add tutorial to convert existing pytorch code to Ray AIR (#25723)
This commit is contained in:
parent
badf444eda
commit
fdf85ea403
3 changed files with 1768 additions and 0 deletions
|
@ -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
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue