mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:32:11 +08:00
Fix overlooked typo. (#1158)
Without this the example script would crash with an UnboundLocalError.
This commit is contained in:
committed by
Philipp Moritz
parent
cd9dc398ff
commit
6da7761d5d
@@ -39,7 +39,7 @@ if __name__ == "__main__":
|
||||
validation_labels = ray.put(mnist.validation.labels)
|
||||
|
||||
# Keep track of the best hyperparameters and the best accuracy.
|
||||
best_hyperparamemeters = None
|
||||
best_hyperparameters = None
|
||||
best_accuracy = 0
|
||||
# This list holds the object IDs for all of the experiments that we have
|
||||
# launched and that have not yet been processed.
|
||||
|
||||
Reference in New Issue
Block a user