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

Process getting stuck at ray.get() #12

Open
pragnakalpdev8 opened this issue Jul 9, 2020 · 2 comments
Open

Process getting stuck at ray.get() #12

pragnakalpdev8 opened this issue Jul 9, 2020 · 2 comments

Comments

@pragnakalpdev8
Copy link

I am using this repo in the google colab and it's getting stuck at the line

results = ray.get([c.generate_encoded_text.remote(row)
                    for c, row in list(zip(encoders, chunk))])

for the while, I am using top_reddit_posts.csv file only. and following given steps in the example readme file.

@minimaxir
Copy link
Owner

Colab might not play nice with ray; I haven't tested it there.

@vishal-nayak1
Copy link

Try this it works in my case- use ray.init() without any parameters

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

3 participants