haoyangz
Results
3
comments of
haoyangz
I totally agree with you! Thanks and I am closing it.
But if I drop the model, all I have at the end of the search is best_run, which is a dictionary from hyper-param names to its best value. Is there...
Thank you for the P.S. In that spirit, one workaround is: In `model()` ``` ### Save the optimizer as it is not part of the architecture myoptimizer = Adadelta(lr=1.0, rho={{choice([0.95,0.99])}},...