Peter Schafhalter
|
c2ade075a3
|
[sgd] Distributed Training via PyTorch (#4797)
Implements distributed SGD using distributed PyTorch.
|
2019-06-01 21:39:22 -07:00 |
|
Eric Liang
|
ce66a552bf
|
Move large mem test to end (#4664)
|
2019-04-19 11:43:22 -07:00 |
|
Robert Nishihara
|
fd2d8c2c06
|
Remove Jenkins backend tests and add new long running stress test. (#4288)
|
2019-03-08 15:29:39 -08:00 |
|
Eric Liang
|
437459f40a
|
[build] Make travis logs not as long (#4213)
* clean it up
* Update .travis.yml
* Update .travis.yml
* update
* fix example
* suppress
* timeout
* print periodic progress
* Update suppress_output
* Update run_silent.sh
* Update suppress_output
* Update suppress_output
* manually do timeout
* sleep 300
* fix test
* Update run_silent.sh
* Update suppress_output
* Update .travis.yml
|
2019-03-07 12:09:03 -08:00 |
|
Richard Liaw
|
a27cb225b6
|
Modularize Tune tests from multi-node tests (#4204)
|
2019-03-02 19:21:08 -08:00 |
|
Robert Nishihara
|
4b89eebfc7
|
Move test folders under rllib/tune from test -> tests. (#4214)
|
2019-03-02 13:37:16 -08:00 |
|
Eric Liang
|
b809ef0107
|
[rllib] Silent tests (#4151)
|
2019-02-28 16:32:22 -08:00 |
|
Philipp Moritz
|
9ca9691cdc
|
Fix mnist sgd jenkins tests on master (#4168)
|
2019-02-27 16:02:18 -08:00 |
|
Kristian Hartikainen
|
524e69a82d
|
[autoscaler] Change the get behavior of node providers' _get_node (#4132)
* Change the get behavior of GCPNodeProvider._get_node
* Add lock around the GCPNodeProvider._get_node call
* rename nodes
* lint
* Update GCPNodeProvider._get_node to match aws implementation
* assert
* log
* log highest heartbeats
* rename
* bringup to connected
* prune heartbeat times
* fix bringup
|
2019-02-24 18:43:35 -08:00 |
|
Eric Liang
|
d9da183c7d
|
[rllib] Custom supervised loss API (#4083)
|
2019-02-24 15:36:13 -08:00 |
|
William Ma
|
c7a4c74f55
|
Moving tests from test/ to python/ray/tests/ (#3950)
|
2019-02-21 11:09:08 -08:00 |
|