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

Ray Tune Exercise 3 colab errror 'ray.tune.utils' #187

Open
cruyffturn opened this issue Jan 18, 2021 · 0 comments
Open

Ray Tune Exercise 3 colab errror 'ray.tune.utils' #187

cruyffturn opened this issue Jan 18, 2021 · 0 comments

Comments

@cruyffturn
Copy link

When I'm running the exercise 3 after uncommenting the installation cell, I receive the following error:


ModuleNotFoundError Traceback (most recent call last)

in ()
18 from ray.tune import track
19 from ray.tune.schedulers import PopulationBasedTraining
---> 20 from ray.tune.utils import validate_save_restore
21
22 get_ipython().magic('matplotlib inline')

ModuleNotFoundError: No module named 'ray.tune.utils'


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