Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

computing requirements #1

Open
IbtihalFerwana opened this issue Aug 31, 2021 · 0 comments
Open

computing requirements #1

IbtihalFerwana opened this issue Aug 31, 2021 · 0 comments

Comments

@IbtihalFerwana
Copy link

IbtihalFerwana commented Aug 31, 2021

Hello,

Can you please let me know if there were special computing requirements you utilized while running your experiments? like gpu's, memory, etc?
It seems I'm running out of space at the cell that uses ray library.

Would appreciate any suggestion or advice.

Specifically, this is what I receive, when running this line ray.get(result_ids)

RaySystemError: System error: __init__() missing 1 required positional argument: 'msg'
traceback: Traceback (most recent call last):
  File "env/lib/python3.8/site-packages/ray/serialization.py", line 254, in deserialize_objects
    obj = self._deserialize_object(data, metadata, object_ref)
  File "env/lib/python3.8/site-packages/ray/serialization.py", line 213, in _deserialize_object
    return RayError.from_bytes(obj)
  File "env/lib/python3.8/site-packages/ray/exceptions.py", line 28, in from_bytes
    return pickle.loads(ray_exception.serialized_exception)
TypeError: __init__() missing 1 required positional argument: 'msg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant