[tune] More robust resolution/detection of signature (#10365)

Co-authored-by: Amog Kamsetty <amogkam@users.noreply.github.com>
This commit is contained in:
Richard Liaw
2020-09-08 11:38:16 -07:00
committed by GitHub
co-authored by Amog Kamsetty
parent 39c598bab0
commit 5851e893ee
7 changed files with 70 additions and 36 deletions
+1 -1
View File
@@ -5,11 +5,11 @@ import os
from typing import Sequence
from ray.tune.error import TuneError
from ray.tune.function_runner import detect_checkpoint_function
from ray.tune.registry import register_trainable, get_trainable_cls
from ray.tune.result import DEFAULT_RESULTS_DIR
from ray.tune.sample import Domain
from ray.tune.stopper import FunctionStopper, Stopper
from ray.tune.utils import detect_checkpoint_function
logger = logging.getLogger(__name__)