GitXplorerGitXplorer
s

ray-dashboard-tune-hparams-table-repro

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.

No commits found

There are no commits on branch main.

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