Skip to content

Is this waiting part necessary? #78

Description

@allanwakes

for this notebook: ex_04_remote_classes_revisited.ipynb.
In [6]: Let for the workers to finish by returning their DONE state.
My question is:
1)
values = ray.get(results), this is a block action. values are all set and determined once all models done their jobs and returned results.
so that loop is not needed.
2)
in that loop itself, values are never changed (regained from models)
so that loop is not needed (will not end?)

Thanks for this tutorial!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions