Amog Kamsetty
Amog Kamsetty
Closes https://github.com/ray-project/ray/issues/31501
Yep that’s right it will only run 1x, barring a few extra samples
Can you try again on master?
seems like block is being referenced here `/ray/doc/source/data/examples/custom-datasource.rst:97: WARNING: undefined label: block-api`, and generally is part of the DeveloperAPI for creating new datasources.
I think it's fine to keep under Data Representations. And we can downgrade it to developer API.
Do we have any existing actor pool autoscaling integration tests?
Hey @yinweisu that's right by default only the training worker processes reserve and use GPU, but the main process for each trial does not use GPU. This is because the...
Yes that would still work!
Hey @yinweisu the trainable function is just run once, and does not actually do any training. Inside the trainable function, when you do `trainer.fit` with a Trainer that contains the...
Hey @lcaquot94, thanks for reporting this! Indeed, we should change this- a PR would be much appreciated!