[tune] Fast Node Recovery (#5053)

This commit is contained in:
Richard Liaw
2019-07-12 13:47:30 -07:00
committed by GitHub
parent 0ec3a16bbd
commit 1530389822
7 changed files with 101 additions and 28 deletions
+1
View File
@@ -114,6 +114,7 @@ class Trainable(object):
return ""
def current_ip(self):
logger.warning("Getting current IP.")
self._local_ip = ray.services.get_node_ip_address()
return self._local_ip