Launching the ray head node with web-ui:
ray start --head --redis-port=6379 --include-webui --num-cpus=0
when I navigate to the UI (after I start training) I don't see any workers being used.
Can someone confirm that this works for them?
Launching the ray head node with web-ui:
ray start --head --redis-port=6379 --include-webui --num-cpus=0
when I navigate to the UI (after I start training) I don't see any workers being used.
Can someone confirm that this works for them?
This is the ui today (Aug, 2019). The docs are outdated with the UI pictures it seems.
Just in case anyone in the future has similar question.