We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865c666 commit b9c3e82Copy full SHA for b9c3e82
beginner_source/hyperparameter_tuning_tutorial.py
@@ -52,6 +52,9 @@
52
from ray.air import Checkpoint, session
53
from ray.tune.schedulers import ASHAScheduler
54
55
+# FIXME: migrate to ray.train.Checkpoint and remove following line
56
+os.environ["RAY_AIR_NEW_PERSISTENCE_MODE"]="0"
57
+
58
######################################################################
59
# Most of the imports are needed for building the PyTorch model. Only the last three
60
# imports are for Ray Tune.
0 commit comments