ray
Here are 197 public repositories matching this topic...
-
Updated
Feb 7, 2022 - Python
-
Updated
Feb 9, 2022 - Python
Describe the bug
Failed to execute Series.drop_duplicates.
In [75]: a = md.DataFrame(np.random.rand(10, 2), columns=['a', 'b'], chunk_size=2)
In [76]: a['a'].drop_duplicates().execute() -
Updated
Jan 30, 2022 - JavaScript
-
Updated
Jan 28, 2022 - C++
-
Updated
Jan 26, 2022 - C++
-
Updated
Dec 29, 2021 - JavaScript
-
Updated
Apr 13, 2021 - Python
-
Updated
Feb 6, 2022 - Python
-
Updated
Jul 4, 2020 - Python
-
Updated
Feb 8, 2022 - C++
-
Updated
Oct 3, 2019 - Python
-
Updated
Jan 28, 2022 - Python
Data splitter
Overview
As a CFP user, I would like to split a dataset (e.g., np array, pandas dataframe) into smaller objects that can then be fed into other nodes/pipeline. This is especially useful when we have compute intensive tasks and would like to parallelize it eas
-
Updated
Dec 8, 2020 - Python
-
Updated
Jan 13, 2022 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
-
Updated
Jan 3, 2022 - Jupyter Notebook
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
Currently, we only lint & test ray-operator, since we merge service code here, we should also update CI to support these submodules.
https://github.com/ray-project/kuberay/blob/6f87ca64c107cd51d3ab955faf4be198e0094536/.git
-
Updated
Jan 26, 2017 - C
-
Updated
Mar 11, 2021 - Makefile
-
Updated
Feb 8, 2022 - PHP
-
Updated
Jan 11, 2022 - C++
-
Updated
Jul 7, 2021 - Python
-
Updated
Jan 13, 2022 - Python
Improve this page
Add a description, image, and links to the ray topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ray topic, visit your repo's landing page and select "manage topics."
After training a model, we should expose utilities so that the user can load their best checkpoint in memory.
Trainer.load_checkpoint(path)to load an arbitrary checkpoint.trainer.best_checkpointto loadtrainer.best_checkpoint_pathinto memory.