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
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'
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I'm running the exercise 3 after uncommenting the installation cell, I receive the following error:
The text was updated successfully, but these errors were encountered: