mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 18:32:13 +08:00
4 lines
138 B
Python
4 lines
138 B
Python
def TrackSession(*args, **kwargs):
|
|
msg = "tune.track is now deprecated. Use `tune.report` instead."
|
|
raise DeprecationWarning(msg)
|