matthewdeng
|
4674c78050
|
[Train] Rename Ray SGD v2 to Ray Train (#19436)
|
2021-10-18 22:27:46 -07:00 |
|
Eric Liang
|
13d4ad6100
|
[data] Preserve epoch by default when using rewindow() (#19359)
|
2021-10-14 09:17:36 -07:00 |
|
Amog Kamsetty
|
f6f2435b91
|
[SGD] Sgd v2 Dataset Integration (#17626)
* wip
* wip
* wip
* draft
* disable tf autosharding
* wip
* wip
* wip
* wip
* add example
* wip
* wip
* wip
* use dataset.split
* add unit tests
* add linear example
* concatenate tensors and fix example
* WIP tune example
* add tensorflow example
* wip
* random_shuffle_each_window
* fault tolerance test
* GPU, examples, CI
* formatting
* fix
* Update python/ray/util/sgd/v2/tests/test_trainer.py
Co-authored-by: matthewdeng <matthew.j.deng@gmail.com>
* wip
* type hints
* wip
* update user guide
* fix
* fix immediate issues
* update example
* update
* fix tune gpu test
* fix resources for smoke test - 1 CPU for dataset tasks
* update tests, docs, examples
* Apply suggestions from code review
Co-authored-by: Clark Zinzow <clarkzinzow@gmail.com>
* address comments
* add warning
* fix tests
* minor doc updates
* update example in doc
* configure tests
* Update doc/source/raysgd/v2/user_guide.rst
Co-authored-by: Clark Zinzow <clarkzinzow@gmail.com>
* Update python/ray/data/dataset.py
Co-authored-by: matthewdeng <matthew.j.deng@gmail.com>
* fix docstring
Co-authored-by: Matthew Deng <matthew.j.deng@gmail.com>
Co-authored-by: matthewdeng <matt@anyscale.com>
Co-authored-by: Clark Zinzow <clarkzinzow@gmail.com>
|
2021-10-12 14:03:10 -07:00 |
|
Eric Liang
|
0ab6749602
|
Support iter_epochs for Datasets (#19217)
|
2021-10-12 11:05:00 -07:00 |
|
Eric Liang
|
86cbe3e833
|
[data] Add support for repeating and re-windowing a DatasetPipeline (#19091)
|
2021-10-06 20:13:43 -07:00 |
|
Eric Liang
|
032a420ee6
|
Rename Dataset.pipeline to Dataset.window (#19050)
|
2021-10-01 19:55:29 -07:00 |
|
Eric Liang
|
e1f69ceb5e
|
Add documentation for DatasetPipeline.from_iterable (#18106)
|
2021-08-25 22:31:23 -07:00 |
|
Eric Liang
|
e812691909
|
Support top-level tensor values in dataset (#17439)
|
2021-08-01 22:45:21 -07:00 |
|
Eric Liang
|
cd13059691
|
[dataset] Implement random_shuffle() and split(equal=True) (#17448)
|
2021-07-30 09:51:21 -07:00 |
|
Eric Liang
|
7ed62ea0ad
|
Initial implementation of Dataset pipelining and docs (#17309)
|
2021-07-28 21:12:01 -07:00 |
|