Closed develooper1994 closed 4 years ago
Hey there,
are you on the master or development branch? There recently was a change of hyperparameter names which is probably the reason for this (cosine_annealing was changed to cosine_annealing_with_restarts).
Which branch i should use?
The notebook is meant to be used with the master branch, it will be updated with the next merge.
I didn't change anything. I just run all notebook. I am using Windows 10, cuda 10-update 2 and Python 3.7.5. I have all necessary compliers. Auto-PyTorch successfully installed and imported. ...
Get the ConfigSpace object with all hyperparameters, conditions, default values and default ranges
hyperparameter_search_space = autonet.get_hyperparameter_search_space() ...
4'th cell traceback:
TypeError Traceback (most recent call last)