tutorial icon indicating copy to clipboard operation
tutorial copied to clipboard

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

Open cruyffturn opened this issue 4 years ago • 0 comments

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'


cruyffturn avatar Jan 18 '21 16:01 cruyffturn