Richard Liaw
Richard Liaw
Let's get the next level of detail - what would the API look like exactly?
What are the downsides of using Ray Data for batch prediction? Assume we have something like: ```python ds = ray.data.from_ptl_datamodule(datamodule) predictor = trainer.to_predictor() ds.map_predictor(predictor) ```
@jjyao can you help review this quick PR?
Would you be willing to add a patch for this in the environment file?
Can you post some logs?
Ah yes, can you try `pip uninstall typing` just to see if that works?
Thanks for reporting this - what version of Ray are you using? On Wed, Jul 17, 2019 at 3:20 AM nesou2 wrote: > I still get an error: > https://gist.github.com/nesou2/4e7fa950f48c127d2ba17c34f099b24e...
Should be fixed with #135
@superaja Maybe instead of the default HyperOpt parallelism mechanism (or dask), try using HyperOpt [with Tune](https://ray.readthedocs.io/en/latest/tune.html)? Tune can use [HyperOpt to search](https://ray.readthedocs.io/en/latest/tune-searchalg.html#hyperopt-search-tree-structured-parzen-estimators) but manages the asynchronous parallel execution for you...
@scv119 @matthewdeng @cadedaniel Any ideas here?