mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
make services.cleanup happen automatically (#224)
This commit is contained in:
committed by
Philipp Moritz
parent
63f7548763
commit
8e6b7929d6
@@ -36,4 +36,3 @@ for i in range(samples):
|
||||
print "Best parameters are now {}.".format(params)
|
||||
|
||||
print "Best parameters over {} samples was {}, with an accuracy of {:.4}%.".format(samples, best_params, 100 * best_accuracy)
|
||||
services.cleanup()
|
||||
|
||||
Reference in New Issue
Block a user