[tune] tune.track -> tune.report (#8388)

This commit is contained in:
Richard Liaw
2020-05-16 12:55:08 -07:00
committed by GitHub
parent c8cd716295
commit 67c01455fe
20 changed files with 228 additions and 395 deletions
-1
View File
@@ -214,7 +214,6 @@ class Trainable:
return ""
def get_current_ip(self):
logger.info("Getting current IP.")
self._local_ip = ray.services.get_node_ip_address()
return self._local_ip