We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Colab might not play nice with ray; I haven't tested it there.
Sorry, something went wrong.
Try this it works in my case- use ray.init() without any parameters
No branches or pull requests
I am using this repo in the google colab and it's getting stuck at the line
for the while, I am using top_reddit_posts.csv file only. and following given steps in the example readme file.
The text was updated successfully, but these errors were encountered: