mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:38:18 +08:00
d9eeaaf00a
A fix to an example for tune (`python/ray/tune/examples/pbt_tune_cifar10_with_keras.py`) where the hyperparameters for the optimizer, learning rate and decay, were not being passed into the optimizer. This means that the current optimizer uses default values for the hyperparameters no matter the config.