FLAML
FLAML copied to clipboard
Pytorch Lightning Integration
This is a feature request:
It would be great to have an integration with PyTorch Lightning the way that Optuna, Ray-Tune or W&B have it.
Thanks for the suggestion. Does the "way Ray-Tune have it" refer to this?
@sonichi yes, as far as I remember, all that is necessary is the lightning callback to report training metrics for pruning.
@sonichi yes, as far as I remember, all that is necessary is the lightning callback to report training metrics for pruning.
Good. Since flaml.tune can use ray as the backend, you can do the same thing in flaml.tune.run() as long as setting use_ray=True.