GitXplorerGitXplorer
s

ray-dashboard-tune-hparams-table-repro

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
1f2a9d9051c2ce1e5cb03ad6728eda9fe751bc7d

Add requirements.txt

ssumanthratna committed 4 years ago
Verified
5e5eda628808164b649ad3ceadf778decebd3330

Add README

ssumanthratna committed 4 years ago
Verified
adb4cf30c3cbcef1ca1a8a7ab42dd0c301b737bf

Add script and logs

ssumanthratna committed 4 years ago
Verified
53e7c025e8519d1ab7397a652ca594aeaebcec2e

Initial commit

ssumanthratna committed 4 years ago

README

The README file for this repository.

ray-dashboard-tune-hparams-table-repro

https://github.com/ray-project/ray/issues/8667

reproducing

to install dependencies:

  1. python3 -m pip install -r requirements.txt (deps were installed as "ray[tune]" pandas tensorboard tabulate)

to create mock data:

  1. rm -rf ray_results
  2. python3 repro.py

to view the dashboard:

  1. ray start --head and open the Tune tab of localhost:8265