Balaji Veeramani
ac1d21027d
[AIR] Add framework-specific checkpoints ( #26777 )
2022-07-20 19:33:27 -07:00
Sumanth Ratna
759966781f
[air] Allow users to use instances of ScalingConfig
( #25712 )
...
Co-authored-by: Xiaowei Jiang <xwjiang2010@gmail.com>
Co-authored-by: matthewdeng <matthew.j.deng@gmail.com>
Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
2022-07-18 15:46:58 -07:00
Antoni Baum
5ed10ef921
[AIR/CI] Fix Hugging Face notebook example ( #26475 )
2022-07-13 09:16:42 -07:00
Richard Liaw
5892a76a44
[air/tune] Documentation testing fixes ( #26409 )
2022-07-09 19:47:21 -07:00
Antoni Baum
128f9e5664
[AIR] Move integration logging callbacks to AIR ( #26126 )
...
As the integration logging callbacks are commonly used with AIR Trainers, they should be moved from the tune package to the air package. The old imports will still work, but raise a deprecation warning.
2022-06-28 17:25:19 -07:00
Antoni Baum
0ec198acc2
[AIR] Remove unnecessary pandas from examples ( #26009 )
...
Removes unnecessary pandas usage from AIR examples. Helps ensure users do not follow bad practices.
2022-06-24 14:38:23 -07:00
Antoni Baum
91dd360f9d
[AIR/train] Move predictors to ray.train
( #25769 )
2022-06-15 17:02:15 -07:00
Amog Kamsetty
1316a2d05e
[AIR/Train] Move ray.air.train
to ray.train
( #25570 )
2022-06-08 21:34:18 -07:00
Kai Fricke
4b9a89ad90
[air] Move python/ray/ml to python/ray/air ( #25449 )
...
The package "ml" should be renamed to "air".
Main question: Keep a `ml.py` with `from ray.air import *` for some level of backwards compatibility?
I'd go for no to force people to use the new structure.
2022-06-03 21:53:44 +01:00
Antoni Baum
1d5e6d908d
[AIR] HuggingFace Text Classification example ( #24402 )
2022-05-18 09:35:12 -07:00